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:
parent
be516026b4
commit
3e734a030d
@ -8,7 +8,7 @@
|
|||||||
#TODO: BR: Test::Pod::LinkCheck when available
|
#TODO: BR: Test::Pod::LinkCheck when available
|
||||||
|
|
||||||
Name: perl-Module-Implementation
|
Name: perl-Module-Implementation
|
||||||
Version: 0.05
|
Version: 0.06
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Loads one of several alternate underlying implementations for a module
|
Summary: Loads one of several alternate underlying implementations for a module
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -26,7 +26,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|||||||
# Module requirements
|
# Module requirements
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Module::Runtime) >= 0.011
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
@ -97,6 +97,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Module::Implementation.3pm*
|
%{_mandir}/man3/Module::Implementation.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> - 0.05-1
|
||||||
- Update to 0.05
|
- Update to 0.05
|
||||||
- Make Test::Taint an optional dependency; it requires XS, and requiring a
|
- Make Test::Taint an optional dependency; it requires XS, and requiring a
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user