Hello community,

here is the log from the commit of package perl-Test-UseAllModules for 
openSUSE:Factory checked in at 2014-09-19 13:56:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-UseAllModules (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-UseAllModules.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-UseAllModules"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Test-UseAllModules/perl-Test-UseAllModules.changes
  2014-03-18 15:50:59.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-UseAllModules.new/perl-Test-UseAllModules.changes
     2014-09-19 13:56:14.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep 15 12:52:31 UTC 2014 - [email protected]
+
+- updated to 0.15
+ - dropped (experimental) Test::More 1.5/2.0 support
+
+-------------------------------------------------------------------

Old:
----
  Test-UseAllModules-0.14.tar.gz

New:
----
  Test-UseAllModules-0.15.tar.gz

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

Other differences:
------------------
++++++ perl-Test-UseAllModules.spec ++++++
--- /var/tmp/diff_new_pack.kk40mx/_old  2014-09-19 13:56:15.000000000 +0200
+++ /var/tmp/diff_new_pack.kk40mx/_new  2014-09-19 13:56:15.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Test-UseAllModules
-Version:        0.14
+Version:        0.15
 Release:        0
 %define cpan_name Test-UseAllModules
 Summary:        do use_ok() for all the MANIFESTed modules
@@ -29,6 +29,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(ExtUtils::MakeMaker::CPANfile) >= 0.06
 %{perl_requires}
 
 %description
@@ -55,6 +56,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes cpanfile README
 
 %changelog

++++++ Test-UseAllModules-0.14.tar.gz -> Test-UseAllModules-0.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.14/Changes 
new/Test-UseAllModules-0.15/Changes
--- old/Test-UseAllModules-0.14/Changes 2012-08-03 06:57:55.000000000 +0200
+++ new/Test-UseAllModules-0.15/Changes 2014-07-12 19:06:32.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test::UseAllModules.
 
+0.15 2014/07/13
+  - dropped (experimental) Test::More 1.5/2.0 support
+
 0.14 2012/08/03
   - Test::More version 1.5 support
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.14/MANIFEST 
new/Test-UseAllModules-0.15/MANIFEST
--- old/Test-UseAllModules-0.14/MANIFEST        2012-08-03 06:58:17.000000000 
+0200
+++ new/Test-UseAllModules-0.15/MANIFEST        2014-07-12 19:07:27.000000000 
+0200
@@ -1,4 +1,5 @@
 Changes
+cpanfile
 lib/Test/UseAllModules.pm
 Makefile.PL
 MANIFEST                       This list of files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.14/META.json 
new/Test-UseAllModules-0.15/META.json
--- old/Test-UseAllModules-0.14/META.json       2012-08-03 06:58:17.000000000 
+0200
+++ new/Test-UseAllModules-0.15/META.json       2014-07-12 19:07:27.000000000 
+0200
@@ -3,8 +3,8 @@
    "author" : [
       "Kenichi Ishigaki <[email protected]>"
    ],
-   "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150",
+   "dynamic_config" : 0,
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141520",
    "license" : [
       "perl_5"
    ],
@@ -22,23 +22,28 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0
+            "ExtUtils::MakeMaker::CPANfile" : "0.06"
          }
       },
       "runtime" : {
          "requires" : {
-            "Exporter" : 0,
-            "ExtUtils::Manifest" : 0,
+            "Exporter" : "0",
+            "ExtUtils::Manifest" : "0",
             "Test::Builder" : "0.30",
             "Test::More" : "0.60"
          }
       }
    },
    "release_status" : "stable",
-   "version" : "0.14"
+   "resources" : {
+      "repository" : {
+         "url" : "https://github.com/charsbar/test-useallmodules";
+      }
+   },
+   "version" : "0.15"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.14/META.yml 
new/Test-UseAllModules-0.15/META.yml
--- old/Test-UseAllModules-0.14/META.yml        2012-08-03 06:58:16.000000000 
+0200
+++ new/Test-UseAllModules-0.15/META.yml        2014-07-12 19:07:27.000000000 
+0200
@@ -3,23 +3,25 @@
 author:
   - 'Kenichi Ishigaki <[email protected]>'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
-dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112150'
+  ExtUtils::MakeMaker::CPANfile: '0.06'
+dynamic_config: 0
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.141520'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Test-UseAllModules
 no_index:
   directory:
     - t
     - inc
 requires:
-  Exporter: 0
-  ExtUtils::Manifest: 0
-  Test::Builder: 0.30
-  Test::More: 0.60
-version: 0.14
+  Exporter: '0'
+  ExtUtils::Manifest: '0'
+  Test::Builder: '0.30'
+  Test::More: '0.60'
+resources:
+  repository: https://github.com/charsbar/test-useallmodules
+version: '0.15'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.14/Makefile.PL 
new/Test-UseAllModules-0.15/Makefile.PL
--- old/Test-UseAllModules-0.14/Makefile.PL     2012-08-03 06:57:55.000000000 
+0200
+++ new/Test-UseAllModules-0.15/Makefile.PL     2014-07-12 19:06:59.000000000 
+0200
@@ -1,21 +1,16 @@
 use strict;
 use warnings;
-use ExtUtils::MakeMaker;
+use ExtUtils::MakeMaker::CPANfile;
 
 WriteMakefile(
-    NAME              => 'Test::UseAllModules',
-    VERSION_FROM      => 'lib/Test/UseAllModules.pm',
-    PREREQ_PM         => {
-        'Exporter'           => 0,
-        'ExtUtils::Manifest' => 0,
-        'Test::More'         => '0.60',
-        'Test::Builder'      => '0.30', # for builder->{Have_Plan}
+    NAME => 'Test::UseAllModules',
+    VERSION_FROM => 'lib/Test/UseAllModules.pm',
+    ABSTRACT_FROM => 'lib/Test/UseAllModules.pm',
+    AUTHOR => 'Kenichi Ishigaki <[email protected]>',
+    LICENSE => 'perl',
+    META_MERGE => {
+        resources => {
+            repository => 'https://github.com/charsbar/test-useallmodules',
     },
-    ($] >= 5.005 ?
-      (ABSTRACT_FROM  => 'lib/Test/UseAllModules.pm',
-       AUTHOR         => 'Kenichi Ishigaki <[email protected]>') : ()
-    ),
-    ($ExtUtils::MakeMaker::VERSION >= 6.31 ?
-      (LICENSE        => 'perl' ) : ()
-    ),
+  },
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.14/cpanfile 
new/Test-UseAllModules-0.15/cpanfile
--- old/Test-UseAllModules-0.14/cpanfile        1970-01-01 01:00:00.000000000 
+0100
+++ new/Test-UseAllModules-0.15/cpanfile        2014-07-12 19:06:32.000000000 
+0200
@@ -0,0 +1,4 @@
+requires 'Exporter'           => 0,
+requires 'ExtUtils::Manifest' => 0,
+requires 'Test::More'         => '0.60',
+requires 'Test::Builder'      => '0.30',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-UseAllModules-0.14/lib/Test/UseAllModules.pm 
new/Test-UseAllModules-0.15/lib/Test/UseAllModules.pm
--- old/Test-UseAllModules-0.14/lib/Test/UseAllModules.pm       2012-08-03 
06:57:55.000000000 +0200
+++ new/Test-UseAllModules-0.15/lib/Test/UseAllModules.pm       2014-07-12 
19:06:32.000000000 +0200
@@ -4,7 +4,7 @@
 use warnings;
 use ExtUtils::Manifest qw( maniread );
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 use Exporter;
 
@@ -49,13 +49,7 @@
 }
 
 sub _planned {
-  if ($Test::More::VERSION >= 2) {
-    Test::More->builder->_plan_handled;
-  } elsif ($Test::More::VERSION >= 1.005) {
-    Test::More->builder->history->plan;
-  } else {
-    Test::More->builder->{Have_Plan};
-  }
+  Test::More->builder->has_plan;
 }
 
 sub all_uses_ok {

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to