[libtest-strict-perl] 03/03: version to 0.28

Florian Schlichting fsfs at moszumanska.debian.org
Wed Oct 21 20:57:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag 0.28
in repository libtest-strict-perl.

commit d66e1ce5c3f044d57d88efc57d1004e06db2a822
Author: Gabor Szabo <gabor at szabgab.com>
Date:   Fri Oct 2 15:28:19 2015 +0300

    version to 0.28
---
 Changes            | 3 +++
 lib/Test/Strict.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 968810a..4951e61 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Test::Strict - Check syntax, presence of use strict; and test coverage
 
+0.28 2015-10-02
+  - Make syntax_ok check modules without '::' in their names (Petr Šabata)
+
 0.27 2015-04-12
   - accept -t -w   (Athos Ribeiro)
 
diff --git a/lib/Test/Strict.pm b/lib/Test/Strict.pm
index 72f1ec8..2d60459 100644
--- a/lib/Test/Strict.pm
+++ b/lib/Test/Strict.pm
@@ -68,7 +68,7 @@ use File::Find;
 use Config;
 
 our $COVER;
-our $VERSION = '0.27';
+our $VERSION = '0.28';
 our $PERL    = $^X || 'perl';
 our $COVERAGE_THRESHOLD = 50; # 50%
 our $UNTAINT_PATTERN    = qr|^(.*)$|;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-strict-perl.git



More information about the Pkg-perl-cvs-commits mailing list