Hello community,

here is the log from the commit of package perl-Test-Compile for 
openSUSE:Factory checked in at 2019-06-24 21:53:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Compile (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Compile.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Compile"

Mon Jun 24 21:53:44 2019 rev:5 rq:711712 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Compile/perl-Test-Compile.changes      
2019-06-19 21:14:33.934872624 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Compile.new.4615/perl-Test-Compile.changes
    2019-06-24 21:54:20.324151179 +0200
@@ -1,0 +2,6 @@
+Mon Jun 24 05:30:53 UTC 2019 - Stephan Kulow 
<coolo@please-enter-an-email-address>
+
+- updated to 2.0.1
+   see /usr/share/doc/packages/perl-Test-Compile/Changes
+
+-------------------------------------------------------------------

Old:
----
  Test-Compile-v2.0.0.tar.gz

New:
----
  Test-Compile-v2.0.1.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Compile.spec ++++++
--- /var/tmp/diff_new_pack.FJLP3N/_old  2019-06-24 21:54:20.980151685 +0200
+++ /var/tmp/diff_new_pack.FJLP3N/_new  2019-06-24 21:54:20.984151687 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Test-Compile
-Version:        2.0.0
+Version:        2.0.1
 Release:        0
 %define cpan_name Test-Compile
 Summary:        Check whether Perl files compile correctly
@@ -64,7 +64,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-v%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 perl Build.PL installdirs=vendor

++++++ Test-Compile-v2.0.0.tar.gz -> Test-Compile-v2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.0.0/Changes 
new/Test-Compile-v2.0.1/Changes
--- old/Test-Compile-v2.0.0/Changes     2019-06-18 12:37:50.000000000 +0200
+++ new/Test-Compile-v2.0.1/Changes     2019-06-23 23:16:00.000000000 +0200
@@ -1,6 +1,9 @@
 Revision history for Perl extension Test-Compile
 
-v2.0_0    2019-06-18 (DEV RELEASE)
+v2.0.1    2019-06-18              (Evan Giles <egi...@cpan.org>)
+    - Export most of the old functions (CPAN-RT 129888)
+
+v2.0_0    2019-06-18
     Ɓukasz Hejnak <leh...@lehack.pl>
     - Replaced import() with Exporter usage.
     - Added all_files_ok to the procedural mode.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.0.0/META.json 
new/Test-Compile-v2.0.1/META.json
--- old/Test-Compile-v2.0.0/META.json   2019-06-18 12:37:50.000000000 +0200
+++ new/Test-Compile-v2.0.1/META.json   2019-06-23 23:16:00.000000000 +0200
@@ -35,11 +35,11 @@
    "provides" : {
       "Test::Compile" : {
          "file" : "lib/Test/Compile.pm",
-         "version" : "v2.0.0"
+         "version" : "v2.0.1"
       },
       "Test::Compile::Internal" : {
          "file" : "lib/Test/Compile/Internal.pm",
-         "version" : "v2.0.0"
+         "version" : "v2.0.1"
       }
    },
    "release_status" : "stable",
@@ -51,6 +51,6 @@
          "url" : "http://github.com/egiles/test-compile";
       }
    },
-   "version" : "v2.0.0",
+   "version" : "v2.0.1",
    "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.0.0/META.yml 
new/Test-Compile-v2.0.1/META.yml
--- old/Test-Compile-v2.0.0/META.yml    2019-06-18 12:37:50.000000000 +0200
+++ new/Test-Compile-v2.0.1/META.yml    2019-06-23 23:16:00.000000000 +0200
@@ -15,10 +15,10 @@
 provides:
   Test::Compile:
     file: lib/Test/Compile.pm
-    version: v2.0.0
+    version: v2.0.1
   Test::Compile::Internal:
     file: lib/Test/Compile/Internal.pm
-    version: v2.0.0
+    version: v2.0.1
 recommends:
   Devel::CheckOS: '0'
 requires:
@@ -30,5 +30,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/egiles/test-compile
-version: v2.0.0
+version: v2.0.1
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.0.0/Makefile.PL 
new/Test-Compile-v2.0.1/Makefile.PL
--- old/Test-Compile-v2.0.0/Makefile.PL 2019-06-18 12:37:50.000000000 +0200
+++ new/Test-Compile-v2.0.1/Makefile.PL 2019-06-23 23:16:00.000000000 +0200
@@ -3,16 +3,16 @@
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-  'VERSION_FROM' => 'lib/Test/Compile.pm',
-  'PL_FILES' => {},
   'INSTALLDIRS' => 'site',
   'PREREQ_PM' => {
-                   'Exporter' => '5.68',
-                   'parent' => '0.225',
+                   'UNIVERSAL::require' => 0,
                    'version' => 0,
-                   'UNIVERSAL::require' => 0
+                   'Exporter' => '5.68',
+                   'parent' => '0.225'
                  },
-  'NAME' => 'Test::Compile',
-  'EXE_FILES' => []
+  'EXE_FILES' => [],
+  'PL_FILES' => {},
+  'VERSION_FROM' => 'lib/Test/Compile.pm',
+  'NAME' => 'Test::Compile'
 )
 ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.0.0/lib/Test/Compile/Internal.pm 
new/Test-Compile-v2.0.1/lib/Test/Compile/Internal.pm
--- old/Test-Compile-v2.0.0/lib/Test/Compile/Internal.pm        2019-06-18 
12:37:50.000000000 +0200
+++ new/Test-Compile-v2.0.1/lib/Test/Compile/Internal.pm        2019-06-23 
23:16:00.000000000 +0200
@@ -3,7 +3,7 @@
 use warnings;
 use strict;
 
-use version; our $VERSION = qv("v2.0_0");
+use version; our $VERSION = qv("v2.0.1");
 use File::Spec;
 use UNIVERSAL::require;
 use Test::Builder;
@@ -52,7 +52,7 @@
 
 If C<@dirs> is defined then it is taken as an array of directories to
 be searched for perl files, otherwise it searches some default locations
-- see L</all_pm_files()> and L</all_pl_files()>.
+- see L</all_pm_files(@dirs)> and L</all_pl_files(@dirs)>.
 
 =cut
 sub all_files_ok {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.0.0/lib/Test/Compile.pm 
new/Test-Compile-v2.0.1/lib/Test/Compile.pm
--- old/Test-Compile-v2.0.0/lib/Test/Compile.pm 2019-06-18 12:37:50.000000000 
+0200
+++ new/Test-Compile-v2.0.1/lib/Test/Compile.pm 2019-06-23 23:16:00.000000000 
+0200
@@ -3,7 +3,7 @@
 use warnings;
 use strict;
 
-use version; our $VERSION = qv("v2.0_0");
+use version; our $VERSION = qv("v2.0.1");
 use parent 'Exporter';
 use UNIVERSAL::require;
 use Test::Compile::Internal;
@@ -48,6 +48,16 @@
 
 =cut
 
+our @EXPORT = qw(
+    pm_file_ok
+    pl_file_ok
+
+    all_pm_files_ok
+    all_pl_files_ok
+
+    all_pm_files
+    all_pl_files
+);
 our @EXPORT_OK = qw(
     pm_file_ok
     pl_file_ok
@@ -83,7 +93,7 @@
 
 If C<@dirs> is defined then it is taken as an array of directories to
 be searched for perl files, otherwise it searches some default locations
-- see L</all_pm_files()> and L</all_pl_files()>.
+- see L</all_pm_files(@dirs)> and L</all_pl_files(@dirs)>.
 
 =item C<all_pm_files(@dirs)>
 
@@ -360,7 +370,7 @@
 
 If C<@dirs> is defined then it is taken as an array of directories to
 be searched for perl files, otherwise it searches some default locations
-- see L</all_pm_files()> and L</all_pl_files()>.
+- see L</all_pm_files(@dirs)> and L</all_pl_files(@dirs)>.
 
 =back
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Compile-v2.0.0/t/200-import-check.t 
new/Test-Compile-v2.0.1/t/200-import-check.t
--- old/Test-Compile-v2.0.0/t/200-import-check.t        2019-06-18 
12:37:50.000000000 +0200
+++ new/Test-Compile-v2.0.1/t/200-import-check.t        2019-06-23 
23:16:00.000000000 +0200
@@ -8,20 +8,22 @@
 plan skip_all => "Test::Exception required for checking exceptions"
     unless eval "use Test::Exception; 1";
 
-my @METHODS = qw(
+my @EXPORTED = qw(
     pm_file_ok
     pl_file_ok
 
-    all_files_ok
     all_pm_files_ok
     all_pl_files_ok
 
     all_pm_files
     all_pl_files
 );
+my @NOTEXPORTED = qw(
+    all_files_ok
+);
 
 # try to use the methods, despite not exporting them
-for my $m (@METHODS) {
+for my $m (@NOTEXPORTED) {
     is(__PACKAGE__->can($m), undef, "$m not auto-imported");
 } 
 
@@ -35,5 +37,5 @@
 # finally use the "all" tag to import all methods and check if it worked
 diag 'Use :all import tag and check if methods got imported correctly';
 Test::Compile->import(':all');
-can_ok(__PACKAGE__, @METHODS);
+can_ok(__PACKAGE__, @EXPORTED,@NOTEXPORTED);
 done_testing();


Reply via email to