Update to 0.412

- New upstream release 0.412
  - Move generation of test endpoints to author stage as requested per issue/#9
  - Add a rough guide for contributors
  - Fix CPAN RT#103251 to avoid removing bundled stuff by accident
  - Fix compilation errors under cl
This commit is contained in:
Paul Howarth 2015-05-20 09:29:23 +01:00
parent 1e6eceb735
commit f94307e9cf
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-List-MoreUtils
Version: 0.410
Version: 0.412
Release: 1%{?dist}
Summary: Provide the stuff missing in List::Util
License: GPL+ or Artistic
@ -81,10 +81,18 @@ make test
%{perl_vendorarch}/auto/List/
%{perl_vendorarch}/List/
%{_mandir}/man3/List::MoreUtils.3*
%{_mandir}/man3/List::MoreUtils::Contributing.3*
%{_mandir}/man3/List::MoreUtils::PP.3*
%{_mandir}/man3/List::MoreUtils::XS.3*
%changelog
* Wed May 20 2015 Paul Howarth <paul@city-fan.org> - 0.412-1
- Update to 0.412
- Move generation of test endpoints to author stage as requested per issue/#9
- Add a rough guide for contributors
- Fix CPAN RT#103251 to avoid removing bundled stuff by accident
- Fix compilation errors under cl
* Mon Mar 30 2015 Paul Howarth <paul@city-fan.org> - 0.410-1
- Update to 0.410
- Fix CPAN RT#102885: uniq bug broke tied array

View File

@ -1 +1 @@
4bfe03d56cd8d8e9c1105e102d816685 List-MoreUtils-0.410.tar.gz
2ab2b8f27f7a6a4389898a7a383aadb3 List-MoreUtils-0.412.tar.gz