[perl-Test-Modern] Update to 0.009

Paul Howarth pghmcfc at fedoraproject.org
Mon Jul 7 09:54:33 UTC 2014


commit a08edced3b3a352d40b11df3e1a2894b3a143efd
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jul 7 10:54:17 2014 +0100

    Update to 0.009
    
    - New upstream release 0.009
      - Added: Implement an `-internet` feature allowing test scripts to declare
        they need access to the Internet; this honours the NO_NETWORK_TESTS
        environment variable
      - Precautionary bypassing of prototype for internal calls to
        `Test::More::subtest`
      - Updated: Improved `namespaces_clean` implementation along the same lines
        as recent changes to Test::CleanNamespaces

 perl-Test-Modern.spec |   12 +++++++++++-
 sources               |    2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Modern.spec b/perl-Test-Modern.spec
index d86198a..978af8c 100644
--- a/perl-Test-Modern.spec
+++ b/perl-Test-Modern.spec
@@ -1,5 +1,5 @@
 Name:		perl-Test-Modern
-Version:	0.008
+Version:	0.009
 Release:	1%{?dist}
 Summary:	Precision testing for modern perl
 License:	GPL+ or Artistic
@@ -81,6 +81,16 @@ make test
 %{_mandir}/man3/Test::Modern.3*
 
 %changelog
+* Mon Jul  7 2014 Paul Howarth <paul at city-fan.org> - 0.009-1
+- Update to 0.009
+  - Added: Implement an `-internet` feature allowing test scripts to declare
+    they need access to the Internet; this honours the NO_NETWORK_TESTS
+    environment variable
+  - Precautionary bypassing of prototype for internal calls to
+    `Test::More::subtest`
+  - Updated: Improved `namespaces_clean` implementation along the same lines
+    as recent changes to Test::CleanNamespaces
+
 * Thu Jun 19 2014 Paul Howarth <paul at city-fan.org> - 0.008-1
 - Update to 0.008
   - Package with a newer Dist::Inkt to provide a better Makefile.PL (copes
diff --git a/sources b/sources
index d1cbdfc..c4e56d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b60787841790a87e1b307d685831627a  Test-Modern-0.008.tar.gz
+cd1d100f0249404eba1cd81152f15c13  Test-Modern-0.009.tar.gz


More information about the scm-commits mailing list