diff --git a/perl-Env-Sanctify.spec b/perl-Env-Sanctify.spec index b8a2a96..5a414ac 100644 --- a/perl-Env-Sanctify.spec +++ b/perl-Env-Sanctify.spec @@ -1,6 +1,6 @@ Name: perl-Env-Sanctify Summary: Lexically scoped sanctification of %%ENV -Version: 1.08 +Version: 1.10 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -11,6 +11,7 @@ BuildArch: noarch # Build BuildRequires: perl(ExtUtils::MakeMaker) # Test suite +BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Pod::Coverage::TrustPod) @@ -54,6 +55,10 @@ rm -rf %{buildroot} %{_mandir}/man3/Env::Sanctify.3pm* %changelog +* Fri Sep 27 2013 Paul Howarth - 1.10-1 +- Update to 1.10 + - Release new dist with fixed compile test + * Thu Sep 5 2013 Paul Howarth - 1.08-1 - Update to 1.08 - Document caveats about redefining the sanctify object (CPAN RT#46929) diff --git a/sources b/sources index 8b2e796..b525bcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -90a6b5fa43bda6014d514a4022db3f7c Env-Sanctify-1.08.tar.gz +eb73cab014fb60e0795618589dbc6565 Env-Sanctify-1.10.tar.gz