Upstream changes:
0.400002 - 2015-06-21
- revert whitespace changes that were inadvertantly included in previous
release.
- escape curly brackets in test to avoid warning in perl 5.22
0.400001 - 2015-05-23
- accept either UTF-8 or ISO-8859-1 files and decode them
- only treat bracketed text if it is on its own line with no other brackets
- bump version.pm prereq to make sure it works properly
- Let long tokens (like URLs) overflow rather than splitting them into
multiple likes
- Don't wrap on non-breaking spaces
- Clean up packaging
- Return undef for dates or notes that don't exist
- Quote meta chars to fix a problem that clobbered dates
with timezones due to the '+' char (GH #20)
Remove a duplicate line
Upstream changes:
0.30 2014-07-26
- Fix for subclassing CPAN::Changes::Group (GH #23)
0.29 2014-07-23
- Groups are now objects (CPAN::Changes::Group). Backwards
compatibility from hashes should be preserved (GH #22)
0.28 2014-06-10
- Add "SEE ALSO" links to similar modules (RT #94636)
- Use perl 5.8-compatible regex
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
CPAN-Changes version 0.27 into devel/p5-CPAN-Changes
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.