[perl-strictures] Update to 1.005006

Paul Howarth pghmcfc at fedoraproject.org
Sat Jan 31 18:54:27 UTC 2015


commit e96b48a63102df57dfdbe771bb84196fab2ad7a7
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jan 31 18:51:48 2015 +0000

    Update to 1.005006
    
    - New upstream release 1.005006
      - Fix extra checks triggering on paths starting with t, xt, lib, or blib
        rather than only triggering on those directories
      - Avoid stat checks for VCS directories until we are in an appropriately
        named file
      - Various clean-ups in test files

 perl-strictures.spec |   10 +++++++++-
 sources              |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-strictures.spec b/perl-strictures.spec
index bdb7df5..1c857ae 100644
--- a/perl-strictures.spec
+++ b/perl-strictures.spec
@@ -1,5 +1,5 @@
 Name:           perl-strictures
-Version:        1.005005
+Version:        1.005006
 Release:        1%{?dist}
 Summary:        Turn on strict and make all warnings fatal
 License:        GPL+ or Artistic
@@ -48,6 +48,14 @@ make test
 %{_mandir}/man3/strictures.3*
 
 %changelog
+* Sat Jan 31 2015 Paul Howarth <paul at city-fan.org> - 1.005006-1
+- Update to 1.005006
+  - Fix extra checks triggering on paths starting with t, xt, lib, or blib
+    rather than only triggering on those directories
+  - Avoid stat checks for VCS directories until we are in an appropriately
+    named file
+  - Various clean-ups in test files
+
 * Fri Oct  3 2014 Paul Howarth <paul at city-fan.org> - 1.005005-1
 - Update to 1.005005
   - Detect mercurial when checking for development trees
diff --git a/sources b/sources
index ccfa749..bbe62c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6600e27805eed1554984799ac8158410  strictures-1.005005.tar.gz
+fb99a23bbd746e9c9bdec9fadacfd882  strictures-1.005006.tar.gz



More information about the perl-devel mailing list