summaryrefslogtreecommitdiff
path: root/utils/h2xs.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/h2xs.PL')
-rw-r--r--utils/h2xs.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index ca0e7cbc32..8ebe8b30c5 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -688,7 +688,7 @@ warn "Writing $ext$modpname/$modfname.pm\n";
print PM <<"END";
package $module;
-require 5.005_62;
+use 5.006;
use strict;
use warnings;
END
@@ -905,7 +905,7 @@ my $pod = <<"END" unless $opt_P;
#
#=head1 SEE ALSO
#
-#perl(1).
+#L<perl>.
#
#=cut
END