X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=utils%2Fh2xs.PL;h=1b4f387d707007651468d8c6e5675ff7b8c20c8c;hb=d235852b65d51c442c4a84cfa07cd04d89233033;hp=932e0154335a0ea0abcbaec7086402f07ff52eb0;hpb=1dea82101a63718e53cc60bcb31614bc42ddebd7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 932e015..1b4f387 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -1059,13 +1059,28 @@ my $pod = <<"END" unless $opt_P; # #Blah blah blah. $exp_doc$meth_doc$revhist +# +#=head1 SEE ALSO +# +#Mention other useful documentation such as the documentation of +#related modules or operating system documentation (such as man pages +#in UNIX), or any relevant external documentation such as RFCs or +#standards. +# +#If you have a mailing list set up for your module, mention it here. +# +#If you have a web site set up for your module, mention it here. +# #=head1 AUTHOR # #$author, E${email}E # -#=head1 SEE ALSO +#=head1 COPYRIGHT AND LICENSE +# +#Copyright YEAR(S) by YOUR NAME(s) # -#L. +#This library is free software; you can redistribute it and/or modify +#it under the same terms as Perl itself. # #=cut END