Hello community,

here is the log from the commit of package perl-Carp-Always for 
openSUSE:Factory checked in at 2013-11-26 19:24:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Carp-Always (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Carp-Always.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Carp-Always"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Carp-Always/perl-Carp-Always.changes        
2013-06-06 13:08:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carp-Always.new/perl-Carp-Always.changes   
2013-11-26 19:24:17.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 07:35:53 UTC 2013 - co...@suse.com
+
+- updated to 0.13
+   - Test::More and Test::Base go to TEST_REQUIRES
+   - Test::Pod and Test::Pod::Coverage as author tests
+     (solves RT#87423)
+
+-------------------------------------------------------------------

Old:
----
  Carp-Always-0.12.tar.gz

New:
----
  Carp-Always-0.13.tar.gz

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

Other differences:
------------------
++++++ perl-Carp-Always.spec ++++++
--- /var/tmp/diff_new_pack.eP8Nf9/_old  2013-11-26 19:24:17.000000000 +0100
+++ /var/tmp/diff_new_pack.eP8Nf9/_new  2013-11-26 19:24:17.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Carp-Always
-Version:        0.12
+Version:        0.13
 Release:        0
 %define cpan_name Carp-Always
 Summary:        Warns and dies noisily with stack backtraces

++++++ Carp-Always-0.12.tar.gz -> Carp-Always-0.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/Changes new/Carp-Always-0.13/Changes
--- old/Carp-Always-0.12/Changes        2012-08-21 16:19:52.000000000 +0200
+++ new/Carp-Always-0.13/Changes        2013-11-06 16:44:54.000000000 +0100
@@ -2,6 +2,11 @@
 
     $Id: Changes 1480 2007-07-30 14:35:04Z me $
 
+0.13  Wed Nov 6 2012
+        - Test::More and Test::Base go to TEST_REQUIRES
+        - Test::Pod and Test::Pod::Coverage as author tests
+          (solves RT#87423)
+
 0.12  Tue Aug 21 2012
         - fix failing t/pod.t due to bad encoding (CPAN #77656)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/META.json 
new/Carp-Always-0.13/META.json
--- old/Carp-Always-0.12/META.json      2012-08-21 16:29:20.000000000 +0200
+++ new/Carp-Always-0.13/META.json      2013-11-06 16:47:37.000000000 +0100
@@ -4,7 +4,7 @@
       "Adriano R. Ferreira <ferre...@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.113640",
+   "generated_by" : "ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter 
version 2.132830",
    "license" : [
       "perl_5"
    ],
@@ -22,22 +22,19 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "Test::Base" : 0
+            "ExtUtils::MakeMaker" : "0",
+            "Test::Base" : "0",
+            "Test::More" : "0"
          }
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
-         "recommends" : {
-            "Test::Pod" : 0,
-            "Test::Pod::Coverage" : 0
-         },
          "requires" : {
-            "Carp" : 0,
-            "Test::More" : 0
+            "Carp" : "0"
          }
       }
    },
@@ -47,5 +44,5 @@
          "url" : "http://github.com/aferreira/cpan-Carp-Always";
       }
    },
-   "version" : "0.12"
+   "version" : "0.13"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/META.yml 
new/Carp-Always-0.13/META.yml
--- old/Carp-Always-0.12/META.yml       2012-08-21 16:29:20.000000000 +0200
+++ new/Carp-Always-0.13/META.yml       2013-11-06 16:47:37.000000000 +0100
@@ -3,11 +3,13 @@
 author:
   - 'Adriano R. Ferreira <ferre...@cpan.org>'
 build_requires:
+  ExtUtils::MakeMaker: 0
   Test::Base: 0
+  Test::More: 0
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.113640'
+generated_by: 'ExtUtils::MakeMaker version 6.82, CPAN::Meta::Converter version 
2.132830'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,12 +19,8 @@
   directory:
     - t
     - inc
-recommends:
-  Test::Pod: 0
-  Test::Pod::Coverage: 0
 requires:
   Carp: 0
-  Test::More: 0
 resources:
   repository: http://github.com/aferreira/cpan-Carp-Always
-version: 0.12
+version: 0.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/Makefile.PL 
new/Carp-Always-0.13/Makefile.PL
--- old/Carp-Always-0.12/Makefile.PL    2012-04-18 15:22:47.000000000 +0200
+++ new/Carp-Always-0.13/Makefile.PL    2013-11-06 16:46:30.000000000 +0100
@@ -3,13 +3,13 @@
 use ExtUtils::MakeMaker;
 
 my $EUMM_VERSION = eval $ExtUtils::MakeMaker::VERSION;
+my $AUTHOR_TESTING = $ENV{AUTHOR_TESTING};
 
 WriteMakefile(
     NAME              => 'Carp::Always',
     VERSION_FROM      => 'lib/Carp/Always.pm',
     PREREQ_PM         => {
         Carp       => 0,
-        Test::More => 0,
     },
     ($] >= 5.005 ? (
         ABSTRACT_FROM => 'lib/Carp/Always.pm',
@@ -20,19 +20,19 @@
     ) : ()),
     ($EUMM_VERSION > 6.4501 ? (
         META_MERGE => {
-            recommends => {
-                # optional tests
-                'Test::Pod'        => 0,
-                'Test::Pod::Coverage' => 0,
-            },
             resources => {
                 repository => 'http://github.com/aferreira/cpan-Carp-Always',
             }
         },
     ) : ()),
-    ($EUMM_VERSION >= 6.5501 ? (
-        BUILD_REQUIRES => {
-            'Test::Base' => 0,   # gotta test the minimum
+    ($EUMM_VERSION >= 6.6303 ? (
+        TEST_REQUIRES => {
+            'Test::More' => 0,
+            'Test::Base' => 0,   # minimum test
+        ($AUTHOR_TESTING ? (     # optional author tests
+            'Test::Pod'  => 0,
+            'Test::Pod::Coverage' => 0,
+        ) : ()),
         },
     ) : ()),
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/README new/Carp-Always-0.13/README
--- old/Carp-Always-0.12/README 2012-04-18 15:28:57.000000000 +0200
+++ new/Carp-Always-0.13/README 2013-11-06 16:45:47.000000000 +0100
@@ -37,7 +37,7 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2005-2012 by Ferreira
+Copyright (C) 2005-2013 by Ferreira
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Always-0.12/lib/Carp/Always.pm 
new/Carp-Always-0.13/lib/Carp/Always.pm
--- old/Carp-Always-0.12/lib/Carp/Always.pm     2012-08-21 16:26:29.000000000 
+0200
+++ new/Carp-Always-0.13/lib/Carp/Always.pm     2013-11-06 16:44:54.000000000 
+0100
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 use Carp qw(verbose); # makes carp() cluck and croak() confess
 
@@ -165,7 +165,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2005-2012 by Adriano R. Ferreira
+Copyright (C) 2005-2013 by Adriano R. Ferreira
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to