Update to 0.24 (reinstate Test::Requires dependency)
This commit is contained in:
parent
5f816c8fcc
commit
c0ef9ce904
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/Package-Stash-0.23.tar.gz
|
||||
/Package-Stash-0.24.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global old_eumm %(perl -MExtUtils::MakeMaker -e 'printf "%d\\n", $ExtUtils::MakeMaker::VERSION < 6.31 ? 1 : 0;' 2>/dev/null || echo 0)
|
||||
|
||||
Name: perl-Package-Stash
|
||||
Version: 0.23
|
||||
Version: 0.24
|
||||
Release: 1%{?dist}
|
||||
Summary: Routines for manipulating stashes
|
||||
Group: Development/Libraries
|
||||
@ -102,6 +102,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Package::Stash::PP.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 18 2011 Paul Howarth <paul@city-fan.org> - 0.24-1
|
||||
- Update to 0.24 (reinstate Test::Requires dependency)
|
||||
|
||||
* Wed Jan 12 2011 Paul Howarth <paul@city-fan.org> - 0.23-1
|
||||
- Update to 0.23
|
||||
- Lower perl prereq to 5.8.1
|
||||
|
Loading…
Reference in New Issue
Block a user