diff --git a/.cvsignore b/.cvsignore index b79a271..f28afed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -namespace-clean-0.08.tar.gz +namespace-clean-0.09.tar.gz diff --git a/perl-namespace-clean.spec b/perl-namespace-clean.spec index 2380ea4..ef4f32b 100644 --- a/perl-namespace-clean.spec +++ b/perl-namespace-clean.spec @@ -1,11 +1,11 @@ Name: perl-namespace-clean -Version: 0.08 -Release: 2%{?dist} +Version: 0.09 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Keep your namespace tidy -Source: http://search.cpan.org/CPAN/authors/id/P/PH/PHAYLON/namespace-clean-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz Url: http://search.cpan.org/dist/namespace-clean BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,7 +13,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(FindBin) -BuildRequires: perl(Scope::Guard) >= 0.02 +BuildRequires: perl(B::Hooks::EndOfScope) BuildRequires: perl(Symbol) BuildRequires: perl(Test::More) >= 0.62 @@ -77,6 +77,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Tue Dec 02 2008 Chris Weyl 0.09-1 +- update to 0.09 +- note BR change from Scope::Guard to B::Hooks::EndOfScope + * Mon Sep 08 2008 Chris Weyl 0.08-2 - bump diff --git a/sources b/sources index c2b4846..ffe9465 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9dc350acfbcffe1434027928f3497925 namespace-clean-0.08.tar.gz +8edfbf0ccd9cb0557e7d0c5366d9f1f1 namespace-clean-0.09.tar.gz