From: Mike S. <msc...@ao...> - 2003-10-17 06:29:37
|
Jim Cromie wrote on 10/16/2003, 10:15 PM: > as of 0.37, there is a use 5.006 clause, and there are a lot of uses > for 'our' variables, > which IIRC is a 5.6 feature. That's taken care of. No manual interaction is required. Here's how this works: If you're running perl 5.005_03 and start the standard installation procedure via perl Makefile.PL it will detect that you're running 5.005_03 and will adapt the distribution for 5.005_03 accordingly. In fact, it will take out all 'our' variables and clear the 'use' statements - try it. -- -- Mike Mike Schilli m...@pe... |