summaryrefslogtreecommitdiffstats
path: root/perl/perl-CPAN-Changes/README
blob: 6772088c198ee33445fe72e72a4283fa4eaa540a (plain)
1
2
3
4
5
6
7
8
9
10
It is standard practice to include a Changes file in your distribution.  The
purpose the Changes file is to help a user figure out what has changed since
the last release.

People have devised many ways to write the Changes file. A preliminary
specification has been created (CPAN::Changes::Spec) to encourage module
authors to write clear and concise Changes.

This module will help users programmatically read and write Changes files that
conform to the specification.