From: <msc...@ao...> - 2002-09-30 05:46:37
|
In a message dated Mon, 30 Sep 2002 12:21:11 AM Eastern Standard Time, er...@se... writes: >As a related question... does it make sense for us to support 5.005? Not necessarily. But there's been two requests by different people and I put it in (almost) without messing with the existing code (see the latest checkin/mail, it's an additional helper script for Makefile.PL). And, we can keep doing what we're doing. >use warnings; vs -w That's taken care of. Also "our" variables are taken care of. >$self->{$which}($self, ...) as function calls which make sense (I never liked the -> for func calls) That one's not taken care of. But I don't see it as a big deal -- or is it? I don't see 5.005_03-compatibility as a big issue -- if it gets in the way, we'll just drop it. -- -- Mike ############################ # Mike Schilli # # log...@pe... # # http://perlmeister.com # # log4perl.sourceforge.net # ############################ |