Name: | perl-CPAN-Changes |
---|---|
Version: | 0.400002 |
Release: | 7.el8 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 57626 |
License: | GPL+ or Artistic |
RPM: | perl-CPAN-Changes-0.400002-7.el8.noarch.rpm |
Source RPM: | perl-CPAN-Changes-0.400002-7.el8.src.rpm |
Build Date: | Sat Mar 09 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/CPAN-Changes/ |
Summary: | Read and write Changes files |
Description: | It is standard practice to include a Changes file in your distribution. The purpose of 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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Perl 5.24 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Update to 0.400002 - Revert whitespace changes that were inadvertantly included in previous release - Escape curly brackets in test to avoid warning in perl 5.22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Perl 5.22 rebuild
- Update to 0.400001 - 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 lines - 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) - This release by HAARG → update source URL - Classify buildreqs by usage