Hello community,

here is the log from the commit of package perl-Test-PerlTidy for 
openSUSE:Factory checked in at 2019-04-04 12:06:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-PerlTidy (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-PerlTidy"

Thu Apr  4 12:06:55 2019 rev:5 rq:690904 version:20190402

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes    
2019-04-02 09:20:29.860609971 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.3908/perl-Test-PerlTidy.changes
  2019-04-04 12:07:07.837456138 +0200
@@ -1,0 +2,12 @@
+Wed Apr  3 07:37:59 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 20190402
+   see /usr/share/doc/packages/perl-Test-PerlTidy/Changes
+
+  20190402        2019-04-02
+  
+              * Fix https://github.com/shlomif/Test-PerlTidy/issues/2
+                  $VERSION overrided the one set by dzil
+              * Made the "use" imports explicit.
+
+-------------------------------------------------------------------

Old:
----
  Test-PerlTidy-20190309.001.tar.gz

New:
----
  Test-PerlTidy-20190402.tar.gz

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

Other differences:
------------------
++++++ perl-Test-PerlTidy.spec ++++++
--- /var/tmp/diff_new_pack.Iogv3t/_old  2019-04-04 12:07:08.949455084 +0200
+++ /var/tmp/diff_new_pack.Iogv3t/_new  2019-04-04 12:07:08.953455080 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Test-PerlTidy
-Version:        20190309.001
+Version:        20190402
 Release:        0
 %define cpan_name Test-PerlTidy
 Summary:        Check that all your files are tidy

++++++ Test-PerlTidy-20190309.001.tar.gz -> Test-PerlTidy-20190402.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/Build.PL 
new/Test-PerlTidy-20190402/Build.PL
--- old/Test-PerlTidy-20190309.001/Build.PL     2019-03-09 11:13:41.000000000 
+0100
+++ new/Test-PerlTidy-20190402/Build.PL 2019-04-02 10:27:07.000000000 +0200
@@ -19,7 +19,7 @@
     "Shlomi Fish <shlomif\@cpan.org>"
   ],
   "dist_name" => "Test-PerlTidy",
-  "dist_version" => "20190309.001",
+  "dist_version" => 20190402,
   "license" => "perl",
   "module_name" => "Test::PerlTidy",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/Changes 
new/Test-PerlTidy-20190402/Changes
--- old/Test-PerlTidy-20190309.001/Changes      2019-03-09 11:13:41.000000000 
+0100
+++ new/Test-PerlTidy-20190402/Changes  2019-04-02 10:27:07.000000000 +0200
@@ -1,5 +1,11 @@
 CHANGES
 
+20190402        2019-04-02
+
+            * Fix https://github.com/shlomif/Test-PerlTidy/issues/2
+                $VERSION overrided the one set by dzil
+            * Made the "use" imports explicit.
+
 20190309.001    2019-03-09
 
             * Fix for minimal Perl::Tidy version in META.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/META.json 
new/Test-PerlTidy-20190402/META.json
--- old/Test-PerlTidy-20190309.001/META.json    2019-03-09 11:13:41.000000000 
+0100
+++ new/Test-PerlTidy-20190402/META.json        2019-04-02 10:27:07.000000000 
+0200
@@ -69,7 +69,7 @@
    "provides" : {
       "Test::PerlTidy" : {
          "file" : "lib/Test/PerlTidy.pm",
-         "version" : "20190309.001"
+         "version" : "20190402"
       }
    },
    "release_status" : "stable",
@@ -84,7 +84,7 @@
          "web" : "https://github.com/shlomif/test-perltidy";
       }
    },
-   "version" : "20190309.001",
+   "version" : "20190402",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.028001"
@@ -503,6 +503,6 @@
       }
    },
    "x_generated_by_perl" : "v5.28.1",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.09"
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.11"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/META.yml 
new/Test-PerlTidy-20190402/META.yml
--- old/Test-PerlTidy-20190309.001/META.yml     2019-03-09 11:13:41.000000000 
+0100
+++ new/Test-PerlTidy-20190402/META.yml 2019-04-02 10:27:07.000000000 +0200
@@ -22,7 +22,7 @@
 provides:
   Test::PerlTidy:
     file: lib/Test/PerlTidy.pm
-    version: '20190309.001'
+    version: '20190402'
 requires:
   Carp: '0'
   English: '0'
@@ -42,7 +42,7 @@
   bugtracker: https://github.com/shlomif/test-perltidy/issues
   homepage: http://metacpan.org/release/Test-PerlTidy
   repository: https://github.com/shlomif/Test-PerlTidy
-version: '20190309.001'
+version: '20190402'
 x_Dist_Zilla:
   perl:
     version: '5.028001'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/Makefile.PL 
new/Test-PerlTidy-20190402/Makefile.PL
--- old/Test-PerlTidy-20190309.001/Makefile.PL  2019-03-09 11:13:41.000000000 
+0100
+++ new/Test-PerlTidy-20190402/Makefile.PL      2019-04-02 10:27:07.000000000 
+0200
@@ -42,7 +42,7 @@
     "Test::More" => "0.88",
     "Test::Perl::Critic" => 0
   },
-  "VERSION" => "20190309.001",
+  "VERSION" => 20190402,
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/README 
new/Test-PerlTidy-20190402/README
--- old/Test-PerlTidy-20190309.001/README       2019-03-09 11:13:41.000000000 
+0100
+++ new/Test-PerlTidy-20190402/README   2019-04-02 10:27:07.000000000 +0200
@@ -1,5 +1,5 @@
 This archive contains the distribution Test-PerlTidy,
-version 20190309.001:
+version 20190402:
 
   check that all your files are tidy.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/dist.ini 
new/Test-PerlTidy-20190402/dist.ini
--- old/Test-PerlTidy-20190309.001/dist.ini     2019-03-09 11:13:41.000000000 
+0100
+++ new/Test-PerlTidy-20190402/dist.ini 2019-04-02 10:27:07.000000000 +0200
@@ -1,5 +1,5 @@
 name = Test-PerlTidy
-version = 20190309.001
+version = 20190402
 author = Shlomi Fish <[email protected]>
 license = Perl_5
 copyright_holder = Edmund von der Burg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/lib/Test/PerlTidy.pm 
new/Test-PerlTidy-20190402/lib/Test/PerlTidy.pm
--- old/Test-PerlTidy-20190309.001/lib/Test/PerlTidy.pm 2019-03-09 
11:13:41.000000000 +0100
+++ new/Test-PerlTidy-20190402/lib/Test/PerlTidy.pm     2019-04-02 
10:27:07.000000000 +0200
@@ -1,5 +1,5 @@
 package Test::PerlTidy;
-
+$Test::PerlTidy::VERSION = '20190402';
 use 5.014;
 use strict;
 use warnings;
@@ -10,16 +10,13 @@
 use vars qw( @EXPORT );    ## no critic (Modules::ProhibitAutomaticExportation)
 @EXPORT = qw( run_tests );
 
-use Carp;
+use Carp qw( croak );
 use Path::Tiny qw( path );
-use File::Spec;
-use IO::File;
+use File::Spec ();
+use IO::File   ();
 use Perl::Tidy 20181120;
-use Test::Builder;
-use Text::Diff;
-
-our $VERSION;
-$VERSION = '20190305';
+use Test::Builder ();
+use Text::Diff qw( diff );
 
 my $test = Test::Builder->new;
 
@@ -191,13 +188,13 @@
 
 =head1 VERSION
 
-version 20190309.001
+version 20190402
 
 =head1 SYNOPSIS
 
     # In a file like 't/perltidy.t':
 
-    use Test::PerlTidy;
+    use Test::PerlTidy qw( run_tests );
 
     run_tests();
 
@@ -229,7 +226,7 @@
 
 =head1 VERSION
 
-version 20190309.001
+version 20190402
 
 =head1 REASONS TO DO THIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/t/critic.t 
new/Test-PerlTidy-20190402/t/critic.t
--- old/Test-PerlTidy-20190309.001/t/critic.t   2019-03-09 11:13:41.000000000 
+0100
+++ new/Test-PerlTidy-20190402/t/critic.t       2019-04-02 10:27:07.000000000 
+0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use File::Spec;
+use File::Spec ();
 use Test::More;
 
 unless ( $ENV{TEST_AUTHOR} ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/t/exclude_files.t 
new/Test-PerlTidy-20190402/t/exclude_files.t
--- old/Test-PerlTidy-20190309.001/t/exclude_files.t    2019-03-09 
11:13:41.000000000 +0100
+++ new/Test-PerlTidy-20190402/t/exclude_files.t        2019-04-02 
10:27:07.000000000 +0200
@@ -5,7 +5,7 @@
 
 use Test::More tests => 1;
 
-use Test::PerlTidy;
+use Test::PerlTidy ();
 
 my @wanted_files = sort qw(
   Build.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/t/exclude_perltidy.t 
new/Test-PerlTidy-20190402/t/exclude_perltidy.t
--- old/Test-PerlTidy-20190309.001/t/exclude_perltidy.t 2019-03-09 
11:13:41.000000000 +0100
+++ new/Test-PerlTidy-20190402/t/exclude_perltidy.t     2019-04-02 
10:27:07.000000000 +0200
@@ -3,8 +3,8 @@
 use strict;
 use warnings;
 
-use File::Spec;
-use Test::PerlTidy;
+use File::Spec ();
+use Test::PerlTidy qw/ run_tests /;
 
 my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/t/is_file_tidy.t 
new/Test-PerlTidy-20190402/t/is_file_tidy.t
--- old/Test-PerlTidy-20190309.001/t/is_file_tidy.t     2019-03-09 
11:13:41.000000000 +0100
+++ new/Test-PerlTidy-20190402/t/is_file_tidy.t 2019-04-02 10:27:07.000000000 
+0200
@@ -5,8 +5,8 @@
 
 use Test::More tests => 2;
 
-use File::Spec;
-use Test::PerlTidy;
+use File::Spec     ();
+use Test::PerlTidy ();
 
 my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/t/list_files.t 
new/Test-PerlTidy-20190402/t/list_files.t
--- old/Test-PerlTidy-20190309.001/t/list_files.t       2019-03-09 
11:13:41.000000000 +0100
+++ new/Test-PerlTidy-20190402/t/list_files.t   2019-04-02 10:27:07.000000000 
+0200
@@ -5,7 +5,7 @@
 
 use Test::More tests => 1;
 
-use Test::PerlTidy;
+use Test::PerlTidy ();
 
 my @wanted_files = sort qw(
   Build.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-PerlTidy-20190309.001/t/perltidy.t 
new/Test-PerlTidy-20190402/t/perltidy.t
--- old/Test-PerlTidy-20190309.001/t/perltidy.t 2019-03-09 11:13:41.000000000 
+0100
+++ new/Test-PerlTidy-20190402/t/perltidy.t     2019-04-02 10:27:07.000000000 
+0200
@@ -3,8 +3,8 @@
 use strict;
 use warnings;
 
-use File::Spec;
-use Test::PerlTidy;
+use File::Spec ();
+use Test::PerlTidy qw( run_tests );
 
 my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' );
 


Reply via email to