Author: jkeenan Date: Fri Apr 4 17:14:17 2008 New Revision: 26750 Modified: trunk/docs/pdds/pdd00_pdd.pod trunk/docs/pdds/pdd_template.pod
Changes in other areas also in this revision: Modified: trunk/t/codingstd/pdd_format.t Log: (1) Per posting in http://rt.perl.org/rt3/Ticket/Display.html?id=52054, relaxing requirement that each PDD have a SYNOPSIS. (2) Making sure that pdd00_pdd.pod and pdd_template.pod have NAME, VERSION, ABSTRACT, SYNOPSIS and DESCRIPTION in the same order. Modified: trunk/docs/pdds/pdd00_pdd.pod ============================================================================== --- trunk/docs/pdds/pdd00_pdd.pod (original) +++ trunk/docs/pdds/pdd00_pdd.pod Fri Apr 4 17:14:17 2008 @@ -112,7 +112,7 @@ A quick blurb explaining the purpose of the PDD. -=item SYNOPSIS: +=item SYNOPSIS I<(optional)>: Code snippets showing the semantics of the PDD (if applicable). Modified: trunk/docs/pdds/pdd_template.pod ============================================================================== --- trunk/docs/pdds/pdd_template.pod (original) +++ trunk/docs/pdds/pdd_template.pod Fri Apr 4 17:14:17 2008 @@ -5,13 +5,17 @@ docs/pdds/pdd_template.pod - PDD Template +=head1 VERSION + +$Revision$ + =head1 ABSTRACT Summary of the contents of the PDD. -=head1 VERSION +=item SYNOPSIS I<(optional)>: -$Revision$ +Code snippets showing the semantics of the PDD (if applicable). =head1 DESCRIPTION