|
|
|
@ -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 <paul@city-fan.org> - 1.10-1
|
|
|
|
|
- Update to 1.10
|
|
|
|
|
- Release new dist with fixed compile test
|
|
|
|
|
|
|
|
|
|
* Thu Sep 5 2013 Paul Howarth <paul@city-fan.org> - 1.08-1
|
|
|
|
|
- Update to 1.08
|
|
|
|
|
- Document caveats about redefining the sanctify object (CPAN RT#46929)
|
|
|
|
|