Update to 0.30

- New upstream release 0.30:
  - Fix for subclassing CPAN::Changes::Group (GH #23)
epel9
Paul Howarth 11 years ago
parent 93a2b82396
commit c0b2b9d8b5

@ -1,6 +1,6 @@
Name: perl-CPAN-Changes
Summary: Read and write Changes files
Version: 0.29
Version: 0.30
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -11,6 +11,7 @@ BuildRequires: perl
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path)
BuildRequires: perl(Moo)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
@ -64,6 +65,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Test::CPAN::Changes.3pm*
%changelog
* Mon Jul 28 2014 Paul Howarth <paul@city-fan.org> - 0.30-1
- Update to 0.30:
- Fix for subclassing CPAN::Changes::Group (GH #23)
* Thu Jul 24 2014 Paul Howarth <paul@city-fan.org> - 0.29-1
- Update to 0.29:
- Groups are now objects (CPAN::Changes::Group); backwards compatibility

@ -1 +1 @@
63321aa4599dc6cfb0b335e45c5c0ffb CPAN-Changes-0.29.tar.gz
7e4fe1e341f58a760059a34510ba1766 CPAN-Changes-0.30.tar.gz

Loading…
Cancel
Save