since we use 'our' in the autogenerated .pm files, requiring 5.6.1 is probably a good idea:
Index: lib/ModPerl/WrapXS.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/ModPerl/WrapXS.pm,v retrieving revision 1.39 diff -u -r1.39 WrapXS.pm --- lib/ModPerl/WrapXS.pm 14 Dec 2001 05:12:13 -0000 1.39 +++ lib/ModPerl/WrapXS.pm 4 Mar 2002 08:36:40 -0000 @@ -496,6 +496,7 @@ $noedit_warning package $module; +require 5.6.1; $isa use $loader (); our \$VERSION = '0.01'; _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
