diff options
author | David Golden <dagolden@cpan.org> | 2009-12-21 00:06:11 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2009-12-21 00:06:11 -0500 |
commit | 88e143059299f30e50fef40e9551880f16b9ed9f (patch) | |
tree | 73ed3646527fa4b25b7a5ef51ad6f6fa2a6e6833 /Porting/perldelta_template.pod | |
parent | 9c3f2640bc47839fced0ccc78bae4b814ae82e97 (diff) | |
download | perl-88e143059299f30e50fef40e9551880f16b9ed9f.tar.gz |
have corelist-perldelta.pl generate add'l sections
Diffstat (limited to 'Porting/perldelta_template.pod')
-rw-r--r-- | Porting/perldelta_template.pod | 37 |
1 files changed, 7 insertions, 30 deletions
diff --git a/Porting/perldelta_template.pod b/Porting/perldelta_template.pod index 997c0eb203..5161ceacaa 100644 --- a/Porting/perldelta_template.pod +++ b/Porting/perldelta_template.pod @@ -42,43 +42,20 @@ source tree. =head1 Modules and Pragmata XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/> -go here, in a list ordered by distribution name. Minimally it should be the -module version, but it's more useful to the end user to give a paragraph's -summary of the module's changes. In an ideal world, dual-life modules would -have a F<Changes> file that could be cribbed. +go here. If Module::CoreList is updated, generate an initial draft of the +following sections using F<Porting/corelist-perldelta.pl>, which prints stub +entries to STDOUT. Results can be pasted in place of the '=head2' entries +below. A paragraph summary for important changes should then be added by hand. +In an ideal world, dual-life modules would have a F<Changes> file that could be +cribbed. =head2 New Modules and Pragmata -=over 4 - -=item C<XXX> - -XXX - -=back - =head2 Pragmata Changes -=over 4 - -=item C<XXX> - -XXX - -=back - =head2 Updated Modules -XXX If Module::CoreList is updated, generate this section using -F<Porting/corelist-perldelta.pl> - -=over 4 - -=item C<XXX> - -XXX - -=back +=head2 Removed Modules and Pragmata =head1 Utility Changes |