Update to 0.08
- New upstream release 0.08 - Switch to Sub::Exporter::Progressive - BR: perl(Sub::Exporter::Progressive) ≥ 0.001002 rather than plain perl(Sub::Exporter)
This commit is contained in:
parent
f7308a9b2b
commit
7df554d3f6
@ -2,7 +2,7 @@
|
||||
%global noarch_package %(perl -e 'print (($] >= 5.013007) ? 1 : 0);')
|
||||
|
||||
Name: perl-Devel-GlobalDestruction
|
||||
Version: 0.07
|
||||
Version: 0.08
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -20,7 +20,7 @@ Requires: perl(XSLoader)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Sub::Exporter)
|
||||
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001002
|
||||
BuildRequires: perl(threads)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
@ -70,6 +70,12 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 1 2012 Paul Howarth <paul@city-fan.org> - 0.08-1
|
||||
- Update to 0.08
|
||||
- Switch to Sub::Exporter::Progressive
|
||||
- BR: perl(Sub::Exporter::Progressive) ≥ 0.001002 rather than plain
|
||||
perl(Sub::Exporter)
|
||||
|
||||
* Thu Jul 26 2012 Paul Howarth <paul@city-fan.org> - 0.07-1
|
||||
- Update to 0.07
|
||||
- Actually detect errors in pure-perl test
|
||||
|
Loading…
Reference in New Issue
Block a user