Hi all,
just modified Makefile.PL to detect perl 5.005 -- in this case it'll call a script (eg/5005it) which will go through the distribution and will take care of the compatibility issues (replace 'our' by 'use vars' etc.). For 5.6.0 and above, we can still use "our" and friends ...
--
-- Mike
############################
# Mike Schilli #
# log...@pe... #
# http://perlmeister.com #
# log4perl.sourceforge.net #
############################
|