From: Gurusamy Sarathy Date: Thu, 1 Jun 2000 08:58:39 +0000 (+0000) Subject: h2xs tweaks X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be573f631d93a503246e9a83f3e8e876f6c5fcfb;p=p5sagit%2Fp5-mst-13.2.git h2xs tweaks p4raw-id: //depot/perl@6188 --- diff --git a/utils/h2xs.PL b/utils/h2xs.PL index ca0e7cb..8ebe8b3 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. # #=cut END