projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
076c2fc
)
h2xs tweaks
Gurusamy Sarathy [Thu, 1 Jun 2000 08:58:39 +0000 (08:58 +0000)]
p4raw-id: //depot/perl@6188
utils/h2xs.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/h2xs.PL
b/utils/h2xs.PL
index
ca0e7cb
..
8ebe8b3
100644
(file)
--- 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