Update to 0.06

- New upstream release 0.06
  - Require Module::Runtime 0.012, which has a number of useful bug fixes
This commit is contained in:
Paul Howarth 2012-02-13 19:11:57 +00:00
parent be516026b4
commit 3e734a030d
2 changed files with 7 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#TODO: BR: Test::Pod::LinkCheck when available
Name: perl-Module-Implementation
Version: 0.05
Version: 0.06
Release: 1%{?dist}
Summary: Loads one of several alternate underlying implementations for a module
Group: Development/Libraries
@ -26,7 +26,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
# Module requirements
# ===================================================================
BuildRequires: perl(Carp)
BuildRequires: perl(Module::Runtime) >= 0.011
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
@ -97,6 +97,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Module::Implementation.3pm*
%changelog
* Sun Feb 12 2012 Paul Howarth <paul@city-fan.org> - 0.06-1
- Update to 0.06
- Require Module::Runtime 0.012, which has a number of useful bug fixes
* Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> - 0.05-1
- Update to 0.05
- Make Test::Taint an optional dependency; it requires XS, and requiring a

View File

@ -1 +1 @@
50309f29d5cef82071960fec7be17e60 Module-Implementation-0.05.tar.gz
748f3540162fc52222d761fab3efb266 Module-Implementation-0.06.tar.gz