This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Module::CoreList to bleadperl.
[perl5.git] / utils / pl2pm.PL
index f4ca79d..d135bc8 100644 (file)
@@ -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);
@@ -313,7 +313,6 @@ q
 qq
 qr
 quotemeta
-qu
 qw
 qx
 rand