diff --git a/.gitignore b/.gitignore index ea9dae4..a1c1831 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/Package-Stash-0.26.tar.gz +/Package-Stash-0.27.tar.gz diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index 9db39c1..9c4a77a 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -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.26 +Version: 0.27 Release: 1%{?dist} Summary: Routines for manipulating stashes Group: Development/Libraries @@ -101,6 +101,10 @@ rm -rf %{buildroot} %{_mandir}/man3/Package::Stash::PP.3pm* %changelog +* Mon Mar 28 2011 Paul Howarth - 0.27-1 +- Update to 0.27 + - Skip the package-stash-conflicts script in the compile test + * Sat Mar 5 2011 Paul Howarth - 0.26-1 - Update to 0.26 - Make the namespace cache lazy and weak, in case the stash is deleted diff --git a/sources b/sources index 5db4b2e..a99e3a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eecda7245a3440bee6893226af09c29b Package-Stash-0.26.tar.gz +e6d4f70e30ccdd5f2b80f7d3c119f53d Package-Stash-0.27.tar.gz