[perl-Test-Modern] Update to 0.004

Paul Howarth pghmcfc at fedoraproject.org
Tue Mar 25 13:44:51 UTC 2014


commit 971076b1f66665c01bd19096dce28deb3928da30
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Mar 25 13:44:22 2014 +0000

    Update to 0.004
    
    - New upstream release 0.004
      - EXPERIMENTALLY provide Test::Pod functions
      - EXPERIMENTALLY provide Test::Pod::Coverage functions
      - EXPERIMENTALLY provide Test::Version functions
      - Improve the implementation of -without, including better compatibility with
        pre-5.12 versions of Perl

 perl-Test-Modern.spec |   16 +++++++++++++++-
 sources               |    2 +-
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Modern.spec b/perl-Test-Modern.spec
index 0427500..d359db6 100644
--- a/perl-Test-Modern.spec
+++ b/perl-Test-Modern.spec
@@ -1,5 +1,5 @@
 Name:		perl-Test-Modern
-Version:	0.003
+Version:	0.004
 Release:	1%{?dist}
 Summary:	Precision testing for modern perl
 License:	(GPL+ or Artistic) and CC-BY-SA
@@ -28,6 +28,9 @@ BuildRequires:	perl(Test::Deep) >= 0.111
 BuildRequires:	perl(Test::Fatal) >= 0.007
 BuildRequires:	perl(Test::LongString) >= 0.15
 BuildRequires:	perl(Test::More) >= 0.96
+BuildRequires:	perl(Test::Pod)
+BuildRequires:	perl(Test::Pod::Coverage)
+BuildRequires:	perl(Test::Version)
 BuildRequires:	perl(Test::Warnings) >= 0.009
 BuildRequires:	perl(Try::Tiny) >= 0.15
 BuildRequires:	perl(warnings)
@@ -44,6 +47,9 @@ Requires:	perl(Moose::Util)
 Requires:	perl(Mouse::Util)
 Requires:	perl(Role::Tiny)
 Requires:	perl(Scalar::Util)
+Requires:	perl(Test::Pod)
+Requires:	perl(Test::Pod::Coverage)
+Requires:	perl(Test::Version)
 
 %description
 Test::Modern provides the best features of Test::More, Test::Fatal,
@@ -77,6 +83,14 @@ make test
 %{_mandir}/man3/Test::Modern.3pm*
 
 %changelog
+* Tue Mar 25 2014 Paul Howarth <paul at city-fan.org> - 0.004-1
+- Update to 0.004
+  - EXPERIMENTALLY provide Test::Pod functions
+  - EXPERIMENTALLY provide Test::Pod::Coverage functions
+  - EXPERIMENTALLY provide Test::Version functions
+  - Improve the implementation of -without, including better compatibility with
+    pre-5.12 versions of Perl
+
 * Tue Mar 25 2014 Paul Howarth <paul at city-fan.org> - 0.003-1
 - Update to 0.003
   - Provide a Test::Without::Module-like feature (-without)
diff --git a/sources b/sources
index 097d501..2690265 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7192e20ad120b350bf1bad60b5d4f68b  Test-Modern-0.003.tar.gz
+37be06508a09917a9eaf700f3320b970  Test-Modern-0.004.tar.gz


More information about the scm-commits mailing list