diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-06-01 08:58:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-06-01 08:58:39 +0000 |
commit | be573f631d93a503246e9a83f3e8e876f6c5fcfb (patch) | |
tree | 55ef466da5e85d6cbb0a14ef78b5029e4552c3a2 /utils | |
parent | 076c2fc018b685ead9bf12797aaaacb647372543 (diff) | |
download | perl-be573f631d93a503246e9a83f3e8e876f6c5fcfb.tar.gz |
h2xs tweaks
p4raw-id: //depot/perl@6188
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 4 |
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 |