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
This commit is contained in:
Paul Howarth 2015-01-31 18:51:48 +00:00
parent 841ff381a0
commit e96b48a631
2 changed files with 10 additions and 2 deletions

View File

@ -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@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@city-fan.org> - 1.005005-1
- Update to 1.005005
- Detect mercurial when checking for development trees

View File

@ -1 +1 @@
6600e27805eed1554984799ac8158410 strictures-1.005005.tar.gz
fb99a23bbd746e9c9bdec9fadacfd882 strictures-1.005006.tar.gz