In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fe88edf0c4ada4230b84bdb5417029b8f766694a?hp=d824713b62f02cde14f81842e437a248c159a6d1>
- Log ----------------------------------------------------------------- commit fe88edf0c4ada4230b84bdb5417029b8f766694a Author: Nicholas Clark <[email protected]> Date: Sat Oct 24 12:14:31 2009 +0100 Rename to Porting/perldelta_template.pod so that t/porting/podcheck.t covers it. M MANIFEST D Porting/perldelta_template A Porting/perldelta_template.pod commit 42a0894d700dde35322012386dfd531b1bf2e9fd Author: Nicholas Clark <[email protected]> Date: Sat Oct 24 12:12:42 2009 +0100 Note that F<ext/> has become F<cpan/>, F<dist/> and F<ext/> M Porting/perldelta_template ----------------------------------------------------------------------- Summary of changes: MANIFEST | 2 +- .../{perldelta_template => perldelta_template.pod} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename Porting/{perldelta_template => perldelta_template.pod} (93%) diff --git a/MANIFEST b/MANIFEST index ef540df..5930c42 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4000,7 +4000,7 @@ Porting/makerel Release making utility Porting/make_snapshot.pl Make a tgz snapshot of our tree with a .patch file in it Porting/manicheck Check against MANIFEST Porting/manisort Sort the MANIFEST -Porting/perldelta_template Template for creating new perldelta.pod files +Porting/perldelta_template.pod Template for creating new perldelta.pod files Porting/podtidy Reformat pod using Pod::Tidy Porting/pumpkin.pod Guidelines and hints for Perl maintainers Porting/README.y2038 Perl notes for the 2038 fix diff --git a/Porting/perldelta_template b/Porting/perldelta_template.pod similarity index 93% rename from Porting/perldelta_template rename to Porting/perldelta_template.pod index 484cc97..59ccaf5 100644 --- a/Porting/perldelta_template +++ b/Porting/perldelta_template.pod @@ -41,11 +41,11 @@ source tree. =head1 Modules and Pragmata -XXX All changes to installed files in 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. +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. =head2 New Modules and Pragmata -- Perl5 Master Repository
