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:
Paul Howarth 2012-08-01 16:44:38 +01:00
parent f7308a9b2b
commit 7df554d3f6
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
59667f28caa270f63b10f28d39e05797 Devel-GlobalDestruction-0.07.tar.gz
2db1c816bb2a5e64fcb47d0bc1c577a7 Devel-GlobalDestruction-0.08.tar.gz