- update to 0.09

- note BR change from Scope::Guard to B::Hooks::EndOfScope
This commit is contained in:
Chris Weyl 2008-12-03 01:32:47 +00:00
parent 566de9dd29
commit 3d67122920
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
namespace-clean-0.08.tar.gz
namespace-clean-0.09.tar.gz

View File

@ -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 <cweyl@alumni.drew.edu> 0.09-1
- update to 0.09
- note BR change from Scope::Guard to B::Hooks::EndOfScope
* Mon Sep 08 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.08-2
- bump

View File

@ -1 +1 @@
9dc350acfbcffe1434027928f3497925 namespace-clean-0.08.tar.gz
8edfbf0ccd9cb0557e7d0c5366d9f1f1 namespace-clean-0.09.tar.gz