[perl-Test-Modern] Update to 0.003

Paul Howarth pghmcfc at fedoraproject.org
Tue Mar 25 10:46:03 UTC 2014


commit 3a31b3ecba00ae356d32dd11362e971cf2458387
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Mar 25 10:44:49 2014 +0000

    Update to 0.003
    
    - New upstream release 0.003
      - Provide a Test::Without::Module-like feature (-without)
      - Load IO::File and IO::Handle like Modern::Perl does

 perl-Test-Modern.spec |   15 ++++++++++++---
 sources               |    2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/perl-Test-Modern.spec b/perl-Test-Modern.spec
index 3fd7dee..0427500 100644
--- a/perl-Test-Modern.spec
+++ b/perl-Test-Modern.spec
@@ -1,6 +1,6 @@
 Name:		perl-Test-Modern
-Version:	0.002
-Release:	3%{?dist}
+Version:	0.003
+Release:	1%{?dist}
 Summary:	Precision testing for modern perl
 License:	(GPL+ or Artistic) and CC-BY-SA
 URL:		http://search.cpan.org/dist/Test-Modern/
@@ -12,7 +12,10 @@ BuildRequires:	perl(CPAN::Meta::Requirements) >= 2.000
 BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.17
 # Module Runtime
 BuildRequires:	perl(B)
+BuildRequires:	perl(Carp)
 BuildRequires:	perl(Exporter::Tiny) >= 0.030
+BuildRequires:	perl(IO::File) >= 1.10
+BuildRequires:	perl(IO::Handle) >= 1.23
 BuildRequires:	perl(Import::Into) >= 1.002000
 BuildRequires:	perl(Module::Runtime) >= 0.012
 BuildRequires:	perl(Moose::Util)
@@ -47,7 +50,8 @@ Test::Modern provides the best features of Test::More, Test::Fatal,
 Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas
 from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces.
 
-Test::Modern also automatically imposes strict and warnings on your script.
+Test::Modern also automatically imposes strict and warnings on your script,
+and loads IO::File (much of the same stuff Modern::Perl does).
 
 %prep
 %setup -q -n Test-Modern-%{version}
@@ -73,6 +77,11 @@ make test
 %{_mandir}/man3/Test::Modern.3pm*
 
 %changelog
+* 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)
+  - Load IO::File and IO::Handle like Modern::Perl does
+
 * Thu Mar 20 2014 Paul Howarth <paul at city-fan.org> - 0.002-3
 - Incorporate feedback from package review (#1078950)
   - BR: perl for build process
diff --git a/sources b/sources
index c890c18..097d501 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4bd6a9ce886c23911c5cbd7573b8cc6  Test-Modern-0.002.tar.gz
+7192e20ad120b350bf1bad60b5d4f68b  Test-Modern-0.003.tar.gz



More information about the perl-devel mailing list