Hello community,

here is the log from the commit of package perl-Test-Strict for 
openSUSE:Factory checked in at 2019-06-18 14:54:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Strict (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Strict.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Strict"

Tue Jun 18 14:54:59 2019 rev:9 rq:710545 version:0.52

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Strict/perl-Test-Strict.changes        
2019-06-04 12:11:13.339843746 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Strict.new.4811/perl-Test-Strict.changes  
    2019-06-18 14:55:00.261454916 +0200
@@ -1,0 +2,36 @@
+Tue Jun 18 05:33:20 UTC 2019 - Stephan Kulow 
<coolo@please-enter-an-email-address>
+
+- updated to 0.52
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.52  2019-06-16 10:10:00 MANWAR
+        - Applied patch provided by Matthew (Issue #25).
+
+-------------------------------------------------------------------
+Sun Jun 16 05:32:34 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.51
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.51  2019-06-15 06:30:00 MANWAR
+        - Now ignores .git folder (Issue #26).
+
+-------------------------------------------------------------------
+Sat Jun 15 05:35:26 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.50
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.50  2019-06-14 15:30:00 MANWAR
+        - Added Test::Roo::Role to the list (Issue #29).
+
+-------------------------------------------------------------------
+Fri Jun 14 05:32:59 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.49
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.49  2019-06-13 12:20:00 MANWAR
+        - Fixed CPANTS issue (main_module_version_matches_dist_version).
+
+-------------------------------------------------------------------

Old:
----
  Test-Strict-0.48.tar.gz

New:
----
  Test-Strict-0.52.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-Strict.spec ++++++
--- /var/tmp/diff_new_pack.V8Jnku/_old  2019-06-18 14:55:00.921454486 +0200
+++ /var/tmp/diff_new_pack.V8Jnku/_new  2019-06-18 14:55:00.925454484 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Test-Strict
-Version:        0.48
+Version:        0.52
 Release:        0
 %define cpan_name Test-Strict
 Summary:        Check syntax, presence of use strict; and test coverage

++++++ Test-Strict-0.48.tar.gz -> Test-Strict-0.52.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.48/Changes new/Test-Strict-0.52/Changes
--- old/Test-Strict-0.48/Changes        2019-05-29 11:59:40.000000000 +0200
+++ new/Test-Strict-0.52/Changes        2019-06-16 11:11:08.000000000 +0200
@@ -1,5 +1,17 @@
 Revision history for Test::Strict.
 
+0.52  2019-06-16 10:10:00 MANWAR
+      - Applied patch provided by Matthew (Issue #25).
+
+0.51  2019-06-15 06:30:00 MANWAR
+      - Now ignores .git folder (Issue #26).
+
+0.50  2019-06-14 15:30:00 MANWAR
+      - Added Test::Roo::Role to the list (Issue #29).
+
+0.49  2019-06-13 12:20:00 MANWAR
+      - Fixed CPANTS issue (main_module_version_matches_dist_version).
+
 0.48  2019-05-29 11:00:00 MANWAR
       - Added Test::Most to modules with strictures, #27 @robrwo
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.48/META.json 
new/Test-Strict-0.52/META.json
--- old/Test-Strict-0.48/META.json      2019-05-29 12:00:10.000000000 +0200
+++ new/Test-Strict-0.52/META.json      2019-06-16 11:12:11.000000000 +0200
@@ -49,7 +49,7 @@
    "provides" : {
       "Test::Strict" : {
          "file" : "lib/Test/Strict.pm",
-         "version" : "0.47"
+         "version" : "0.52"
       }
    },
    "release_status" : "stable",
@@ -64,7 +64,7 @@
          "x_license" : "http://dev.perl.org/licenses/";
       }
    },
-   "version" : "0.48",
+   "version" : "0.52",
    "x_contributors" : [
       "Gabor Szabo <szab...@cpan.org>",
       "Peter Vereshagin <ver...@cpan.org>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.48/META.yml 
new/Test-Strict-0.52/META.yml
--- old/Test-Strict-0.48/META.yml       2019-05-29 12:00:10.000000000 +0200
+++ new/Test-Strict-0.52/META.yml       2019-06-16 11:12:11.000000000 +0200
@@ -22,7 +22,7 @@
 provides:
   Test::Strict:
     file: lib/Test/Strict.pm
-    version: '0.47'
+    version: '0.52'
 requires:
   File::Find: '0.01'
   File::Spec: '0.01'
@@ -33,7 +33,7 @@
 resources:
   bugtracker: http://github.com/manwar/Test-Strict
   repository: http://github.com/manwar/Test-Strict.git
-version: '0.48'
+version: '0.52'
 x_contributors:
   - 'Gabor Szabo <szab...@cpan.org>'
   - 'Peter Vereshagin <ver...@cpan.org>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.48/Makefile.PL 
new/Test-Strict-0.52/Makefile.PL
--- old/Test-Strict-0.48/Makefile.PL    2019-05-29 11:57:43.000000000 +0200
+++ new/Test-Strict-0.52/Makefile.PL    2019-06-16 11:08:55.000000000 +0200
@@ -28,7 +28,7 @@
     $conf{META_MERGE} = {
         'meta-spec' => { version => 2 },
         provides    => {
-            'Test::Strict' => { file => 'lib/Test/Strict.pm', version => 
'0.47' },
+            'Test::Strict' => { file => 'lib/Test/Strict.pm', version => 
'0.52' },
         },
         resources   => {
             repository  => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.48/lib/Test/Strict.pm 
new/Test-Strict-0.52/lib/Test/Strict.pm
--- old/Test-Strict-0.48/lib/Test/Strict.pm     2019-05-29 11:58:19.000000000 
+0200
+++ new/Test-Strict-0.52/lib/Test/Strict.pm     2019-06-16 11:08:20.000000000 
+0200
@@ -6,7 +6,7 @@
 
 =head1 VERSION
 
-Version 0.48
+Version 0.52
 
 =head1 SYNOPSIS
 
@@ -71,7 +71,7 @@
 use Config;
 
 our $COVER;
-our $VERSION = '0.48';
+our $VERSION = '0.52';
 our $PERL    = $^X || 'perl';
 our $COVERAGE_THRESHOLD = 50; # 50%
 our $UNTAINT_PATTERN    = qr|^(.*)$|;
@@ -130,7 +130,7 @@
         #return if ($File::Find::dir =~ m![\\/]?blib[\\/]libdoc$!); # Filter 
out pod doc in dist
         #return if ($File::Find::dir =~ m![\\/]?blib[\\/]man\d$!); # Filter 
out pod doc in dist
         if (-d $File::Find::name &&
-            ($_ eq 'CVS' || $_ eq '.svn' || # Filter out cvs or subversion dirs
+            ($_ eq 'CVS' || $_ eq '.svn' || $_ eq '.git' || # Filter out cvs 
or git or subversion dirs
              $File::Find::name =~ m!(?:^|[\\/])blib[\\/]libdoc$! || # Filter 
out pod doc in dist
              $File::Find::name =~ m!(?:^|[\\/])blib[\\/]man\d$!) # Filter out 
pod doc in dist
             ) {
@@ -236,9 +236,12 @@
     my ($in) = @_;
     my $strict_module_rx = _module_rx( modules_enabling_strict() );
     local $_;
+    my $pod;
     while (<$in>) {
         next if (/^\s*#/); # Skip comments
-        next if (/^\s*=.+/ .. /^\s*=(cut|back|end)/); # Skip pod
+        $pod = 0, next if /^=(cut|back|end)/;
+        $pod = 1, next if /^=\S+/;
+        next if $pod; # skip pod
         last if (/^\s*(__END__|__DATA__)/); # End of code
         return 1 if $_ =~ $strict_module_rx;
         if (/\buse\s+(5\.\d+)/ and $1 >= 5.012) {
@@ -293,6 +296,7 @@
     strictures
     Test::Most
     Test::Roo
+    Test::Roo::Role
 );
 
 sub modules_enabling_strict { return @MODULES_ENABLING_STRICT }
@@ -339,6 +343,7 @@
     strictures
     Test::Most
     Test::Roo
+    Test::Roo::Role
 );
 
 sub modules_enabling_warnings { return @MODULES_ENABLING_WARNINGS }


Reply via email to