Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pod format

Status
Not open for further replies.

JohnLucania

Programmer
Oct 10, 2005
96
0
0
US
What is the recommened/common pod format/template in practice? Of course, they will vary, but in general?

I have an example:

=pod

=head1 NAME

Debugging mod_perl Perl Internals

=head1 Description

This document explains how to debug Perl code under mod_perl.

=head1 Maintainers

Maintainer is the person(s) you should contact with updates,corrections and patches.

=over

=item *

Stas Bekman E<lt>stas (at) stason.orgE<gt>

=back

=head1 Authors

=over

=item *

Stas Bekman E<lt>stas (at) stason.orgE<gt>

=back

Only the major authors are listed above. For contributors see the
Changes file.

=cut
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top