diff options
Diffstat (limited to 'utils/pl2pm.PL')
-rw-r--r-- | utils/pl2pm.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pl2pm.PL b/utils/pl2pm.PL index 5637818fa1..d135bc8c45 100644 --- a/utils/pl2pm.PL +++ b/utils/pl2pm.PL @@ -129,7 +129,7 @@ while (<>) { if ( open(PM, ">$newname") ) { print PM <<"END"; package $newpack; -require 5.6.0; +use 5.006; require Exporter; $carp \@ISA = qw(Exporter); |