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:
parent
1e6eceb735
commit
f94307e9cf
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user