[perl-Module-Implementation] Update to 0.06

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 13 19:15:34 UTC 2012


commit 3e734a030d86e6112f1382a6e3d1b49b5245df29
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 13 19:11:57 2012 +0000

    Update to 0.06
    
    - New upstream release 0.06
      - Require Module::Runtime 0.012, which has a number of useful bug fixes

 perl-Module-Implementation.spec |    8 ++++++--
 sources                         |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec
index 9c38bfb..87ab1f1 100644
--- a/perl-Module-Implementation.spec
+++ b/perl-Module-Implementation.spec
@@ -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 at 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 at city-fan.org> - 0.05-1
 - Update to 0.05
   - Make Test::Taint an optional dependency; it requires XS, and requiring a
diff --git a/sources b/sources
index 31507b2..90c6a10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50309f29d5cef82071960fec7be17e60  Module-Implementation-0.05.tar.gz
+748f3540162fc52222d761fab3efb266  Module-Implementation-0.06.tar.gz


More information about the scm-commits mailing list