In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4a8dd740b55a404b1284797635911b22a8dd7013?hp=d2ae0270dadf4ccfaea97b4a0c962867d19e1e72>

- Log -----------------------------------------------------------------
commit 4a8dd740b55a404b1284797635911b22a8dd7013
Author: Neil Bowers <[email protected]>
Date:   Sun Jul 21 20:59:20 2013 +0100

    For changelogs suggest name it Changes and follow CPAN::Changes::Spec
-----------------------------------------------------------------------

Summary of changes:
 pod/perlmodstyle.pod           | 5 +++++
 t/porting/known_pod_issues.dat | 1 +
 2 files changed, 6 insertions(+)

diff --git a/pod/perlmodstyle.pod b/pod/perlmodstyle.pod
index 558642c..5622d32 100644
--- a/pod/perlmodstyle.pod
+++ b/pod/perlmodstyle.pod
@@ -598,6 +598,11 @@ Release notes or changelogs should be produced for each 
release of your
 software describing user-visible changes to your module, in terms
 relevant to the user.
 
+Unless you have good reasons for using some other format
+(for example, a format used within your company),
+the convention is to name your changelog file C<Changes>,
+and to follow the simple format described in L<CPAN::Changes::Spec>.
+
 =head1 RELEASE CONSIDERATIONS
 
 =head2 Version numbering
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index de9a3bf..0bd64c5 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -36,6 +36,7 @@ Classic::Perl
 Clone
 cpan2dist(1)
 cpanp(1)
+CPAN::Changes::Spec
 CPANPLUS
 Crypt::Random
 curl(1)

--
Perl5 Master Repository

Reply via email to