h2xs tweaks
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 1 Jun 2000 08:58:39 +0000 (08:58 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 1 Jun 2000 08:58:39 +0000 (08:58 +0000)
p4raw-id: //depot/perl@6188

utils/h2xs.PL

index ca0e7cb..8ebe8b3 100644 (file)
@@ -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