Update to 0.33
- New upstream release 0.33 - Add conflict on MooseX::Method::Signatures 0.36 - BR: perl(Carp)
This commit is contained in:
parent
1a294d28ce
commit
cf9cb6bcb4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/Package-Stash-[0-9.]*\.tar\.gz
|
||||
/Package-Stash-0.32.tar.gz
|
||||
/Package-Stash-0.33.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global old_eumm %(perl -MExtUtils::MakeMaker -e 'printf "%d\\n", $ExtUtils::MakeMaker::VERSION < 6.30 ? 1 : 0;' 2>/dev/null || echo 0)
|
||||
|
||||
Name: perl-Package-Stash
|
||||
Version: 0.32
|
||||
Version: 0.33
|
||||
Release: 1%{?dist}
|
||||
Summary: Routines for manipulating stashes
|
||||
Group: Development/Libraries
|
||||
@ -18,6 +18,7 @@ Patch2: Package-Stash-0.31-no-Test::Requires.patch
|
||||
Patch3: Package-Stash-0.32-no-Test::LeakTrace.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
@ -99,6 +100,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Package::Stash::PP.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 29 2011 Paul Howarth <paul@city-fan.org> - 0.33-1
|
||||
- Update to 0.33
|
||||
- Add conflict on MooseX::Method::Signatures 0.36
|
||||
- BR: perl(Carp)
|
||||
|
||||
* Tue Sep 6 2011 Paul Howarth <paul@city-fan.org> - 0.32-1
|
||||
- Update to 0.32
|
||||
- Bring the behavior of has_symbol for nonexistant scalars into line with the
|
||||
|
Loading…
Reference in New Issue
Block a user