diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-23 21:29:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-23 21:29:24 +0000 |
commit | 09c48e649033e5a9b2303aae4df65dd5ad6b6d6c (patch) | |
tree | 9100b5e416f5d2de09e2106bf4b9dede5ccf9d11 /utils | |
parent | 923761f9e79ff63bd3d74acebe6a93617142b5a7 (diff) | |
download | perl-09c48e649033e5a9b2303aae4df65dd5ad6b6d6c.tar.gz |
Synchronize h2xs and pod2man some more on the documentation
templates they propose.
p4raw-id: //depot/perl@9796
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2xs.PL | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index d38b676632..1b4f387d70 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -1059,25 +1059,29 @@ my $pod = <<"END" unless $opt_P; # #Blah blah blah. $exp_doc$meth_doc$revhist -#=head1 AUTHOR # -#$author, E<lt>${email}E<gt> +#=head1 SEE ALSO # -#=head1 MAILING LIST +#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<lt>${email}E<gt> +# #=head1 COPYRIGHT AND LICENSE # -#Copyright (C) YEAR YOURNAMEHERE +#Copyright YEAR(S) by YOUR NAME(s) # #This library is free software; you can redistribute it and/or modify #it under the same terms as Perl itself. # -#=head1 SEE ALSO -# -#L<perl>. -# #=cut END |