This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make h2ph look in "include-fixed", needed by at least gcc 4.3
[perl5.git] / utils / pl2pm.PL
index 5637818..b7e1cea 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);
@@ -170,11 +170,12 @@ sub xlate {
 __END__
 AUTOLOAD
 BEGIN
+CHECK
 CORE
 DESTROY
 END
 INIT
-CHECK
+UNITCHECK
 abs
 accept
 alarm