Hello community,

here is the log from the commit of package perl-Carp-Clan for openSUSE:Factory 
checked in at 2016-07-18 21:21:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Carp-Clan (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Carp-Clan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Carp-Clan"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Carp-Clan/perl-Carp-Clan.changes    
2013-04-17 07:44:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carp-Clan.new/perl-Carp-Clan.changes       
2016-07-18 21:21:59.000000000 +0200
@@ -1,0 +2,15 @@
+Sun May 29 09:05:28 UTC 2016 - [email protected]
+
+- updated to 6.06
+   see /usr/share/doc/packages/perl-Carp-Clan/Changes
+
+  Version 6.06  29.05.2016
+   + Avoid failure due to version self-check in 20pre560.t
+     This test seems like a footgun for release management reasons, but 
apprently
+     I wasn't quite as careful as I tried to be in keeping the last release 
minimal.
+  
+  Version 6.05  29.05.2016
+   + Patch tests failing due to 5.25.1+'s deprecated unquoted { } in regex.
+     (RT #114537)
+
+-------------------------------------------------------------------

Old:
----
  Carp-Clan-6.04.tar.gz

New:
----
  Carp-Clan-6.06.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Carp-Clan.spec ++++++
--- /var/tmp/diff_new_pack.H2VvOi/_old  2016-07-18 21:22:00.000000000 +0200
+++ /var/tmp/diff_new_pack.H2VvOi/_new  2016-07-18 21:22:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Carp-Clan
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,22 @@
 
 
 Name:           perl-Carp-Clan
+Version:        6.06
+Release:        0
 %define cpan_name Carp-Clan
-Summary:        Carp::Clan Perl module
-License:        GPL-1.0+ or Artistic-1.0
+Summary:        Report errors from perspective of caller of a "clan" of modules
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Version:        6.04
-Release:        0
 Url:            http://search.cpan.org/dist/Carp-Clan/
-Source:         
http://www.cpan.org/authors/id/S/ST/STBEY/Carp-Clan-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Exception)
 Requires:       perl(Test::Exception)
+%{perl_requires}
 
 %description
 This module is based on "'Carp.pm'" from Perl 5.005_03. It has been
@@ -80,30 +81,6 @@
 modules (more than one) work together and appear as though they were only
 one.
 
-Forcing a Stack Trace
-    As a debugging aid, you can force "'Carp::Clan'" to treat a "croak" as
-    a "confess" and a "carp" as a "cluck". In other words, force a detailed
-    stack trace to be given. This can be very helpful when trying to
-    understand why, or from where, a warning or error is being generated.
-
-    This feature is enabled either by "importing" the non-existent symbol
-    'verbose', or by setting the global variable "'$Carp::Clan::Verbose'"
-    to a true value.
-
-    You would typically enable it by saying
-
-        use Carp::Clan qw(verbose);
-
-    Note that you can both specify a "family pattern" and the string
-    "verbose" inside the "'qw()'" term (or argument list) of the "use"
-    statement, but consider that a pattern of packages to skip is pointless
-    when "verbose" causes a full stack trace anyway.
-
-Authors:
---------
-    Joshua ben Jore <[email protected]>
-    Steffen Beyer <[email protected]>
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -116,24 +93,11 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README license/*
+%defattr(-,root,root,755)
+%doc Changes license README
 
 %changelog

++++++ Carp-Clan-6.04.tar.gz -> Carp-Clan-6.06.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/Changes new/Carp-Clan-6.06/Changes
--- old/Carp-Clan-6.04/Changes  2009-10-24 23:28:00.000000000 +0200
+++ new/Carp-Clan-6.06/Changes  2016-05-29 07:57:39.000000000 +0200
@@ -12,6 +12,15 @@
 Version history:
 ----------------
 
+Version 6.06  29.05.2016
+ + Avoid failure due to version self-check in 20pre560.t
+   This test seems like a footgun for release management reasons, but apprently
+   I wasn't quite as careful as I tried to be in keeping the last release 
minimal.
+
+Version 6.05  29.05.2016
+ + Patch tests failing due to 5.25.1+'s deprecated unquoted { } in regex.
+   (RT #114537)
+
 Version 6.04  24.10.2009
  + Solved RT ticket #50796 (inform type of license)
  + Made the test suite compatible with Perl versions < v5.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/MANIFEST new/Carp-Clan-6.06/MANIFEST
--- old/Carp-Clan-6.04/MANIFEST 2009-10-24 23:28:01.000000000 +0200
+++ new/Carp-Clan-6.06/MANIFEST 2016-05-29 07:59:52.000000000 +0200
@@ -1,15 +1,17 @@
 Changes
-MANIFEST
-Makefile.PL
-README
 lib/Carp/Clan.pm
 lib/Carp/Clan.pod
 license/Artistic.txt
 license/GNU_GPL.txt
+Makefile.PL
+MANIFEST                       This list of files
+MANIFEST.SKIP
+README
 t/01pod.t
 t/03yaml.t
 t/10basic.t
 t/11basic.t
 t/20pre560.t
 t/21pre560.t
-META.yml                                 Module meta-data (added by MakeMaker)
+META.yml                                 Module YAML meta-data (added by 
MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/MANIFEST.SKIP 
new/Carp-Clan-6.06/MANIFEST.SKIP
--- old/Carp-Clan-6.04/MANIFEST.SKIP    1970-01-01 01:00:00.000000000 +0100
+++ new/Carp-Clan-6.06/MANIFEST.SKIP    2016-05-22 08:05:19.000000000 +0200
@@ -0,0 +1,72 @@
+# Mailmap shouldn't ship to CPAN
+^\.mailmap$
+# Git droppings shouldn't ship
+.*\.orig$
+
+
+#!start included 
/home/kent/perl5/perlbrew/perls/5.22.1-nossp-sdbm-nopmc/lib/5.22.1/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$         # 6.18 through 6.25 generated this
+\b_eumm/                # 7.05_05 and above
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# and Module::Build::Tiny generated files
+\b_build_params$
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$
+\b\.#
+\.bak$
+\.tmp$
+\.#
+\.rej$
+\..*\.sw.?$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+
+# Avoid Devel::Cover and Devel::CoverX::Covered files.
+\bcover_db\b
+\bcovered\b
+
+# Avoid prove files
+\B\.prove$
+
+# Avoid MYMETA files
+^MYMETA\.
+#!end included 
/home/kent/perl5/perlbrew/perls/5.22.1-nossp-sdbm-nopmc/lib/5.22.1/ExtUtils/MANIFEST.SKIP
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/META.json new/Carp-Clan-6.06/META.json
--- old/Carp-Clan-6.04/META.json        1970-01-01 01:00:00.000000000 +0100
+++ new/Carp-Clan-6.06/META.json        2016-05-29 07:59:52.000000000 +0200
@@ -0,0 +1,42 @@
+{
+   "abstract" : "Report errors from perspective of caller of a \"clan\" of 
modules",
+   "author" : [
+      "Steffen Beyer <[email protected]>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Carp-Clan",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Test::Exception" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "version" : "6.06",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/META.yml new/Carp-Clan-6.06/META.yml
--- old/Carp-Clan-6.04/META.yml 2009-10-24 23:28:01.000000000 +0200
+++ new/Carp-Clan-6.06/META.yml 2016-05-29 07:59:52.000000000 +0200
@@ -1,14 +1,23 @@
---- #YAML:1.0
-name:                Carp-Clan
-version:             6.04
-abstract:            Report errors from perspective of caller of a "clan" of 
modules
-license:             perl
-author:              
-    - Steffen Beyer <[email protected]>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Test::Exception:               0
+---
+abstract: 'Report errors from perspective of caller of a "clan" of modules'
+author:
+  - 'Steffen Beyer <[email protected]>'
+build_requires:
+  ExtUtils::MakeMaker: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005'
+license: perl
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: '1.4'
+name: Carp-Clan
+no_index:
+  directory:
+    - t
+    - inc
+requires:
+  Test::Exception: '0'
+version: '6.06'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/README new/Carp-Clan-6.06/README
--- old/Carp-Clan-6.04/README   2009-10-24 23:28:00.000000000 +0200
+++ new/Carp-Clan-6.06/README   2016-05-29 07:58:06.000000000 +0200
@@ -26,10 +26,10 @@
 What's new in this release:
 ---------------------------
 
-Version 6.04  24.10.2009
- + Solved RT ticket #50796 (inform type of license)
- + Made the test suite compatible with Perl versions < v5.6.0
-
+Version 6.06  29.05.2016
+ + Avoid failure due to version self-check in 20pre560.t
+   This test seems like a footgun for release management reasons, but apprently
+   I wasn't quite as careful as I tried to be in keeping the last release 
minimal.
 
 Copyright & License:
 --------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/lib/Carp/Clan.pm 
new/Carp-Clan-6.06/lib/Carp/Clan.pm
--- old/Carp-Clan-6.04/lib/Carp/Clan.pm 2009-10-24 23:28:00.000000000 +0200
+++ new/Carp-Clan-6.06/lib/Carp/Clan.pm 2016-05-29 07:58:37.000000000 +0200
@@ -1,7 +1,7 @@
 
 ##
 ## Based on Carp.pm from Perl 5.005_03.
-## Last modified 24-Oct-2009 by Steffen Beyer.
+## Last modified 22-May-2016 by Kent Fredric.
 ## Should be reasonably backwards compatible.
 ##
 ## This module is free software and can
@@ -28,7 +28,7 @@
 
 $Verbose = 0;        # If true then make _shortmsg call _longmsg instead.
 
-$VERSION = '6.04';
+$VERSION = '6.06';
 
 # _longmsg() crawls all the way up the stack reporting on all the function
 # calls made. The error string, $error, is originally constructed from the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/t/11basic.t 
new/Carp-Clan-6.06/t/11basic.t
--- old/Carp-Clan-6.04/t/11basic.t      2009-10-24 23:28:00.000000000 +0200
+++ new/Carp-Clan-6.06/t/11basic.t      2016-05-22 08:07:13.000000000 +0200
@@ -145,7 +145,7 @@
 
 eval { main::confess('CONFESSing'); };
 
-if ( $@ =~ /\bCONFESSing at .+\n.*\b(?:eval {\.\.\.}|require 0) called at\b/ )
+if ( $@ =~ /\bCONFESSing at .+\n.*\b(?:eval \{\.\.\.\}|require 0) called at\b/ 
)
 {
     print "ok $n\n";
 }
@@ -169,7 +169,7 @@
     main::cluck('CLUCKing');
 };
 
-if ( $@ =~ /\bCLUCKing at .+\n.*\b(?:eval {\.\.\.}|require 0) called at\b/ ) {
+if ( $@ =~ /\bCLUCKing at .+\n.*\b(?:eval \{\.\.\.\}|require 0) called at\b/ ) 
{
     print "ok $n\n";
 }
 else { print "not ok $n\n"; }
@@ -186,7 +186,7 @@
 
 eval { Carp::Clan::confess("confessING"); };
 
-if ( $@ =~ /\bconfessING at .+\n.*\b(?:eval {\.\.\.}|require 0) called at\b/ )
+if ( $@ =~ /\bconfessING at .+\n.*\b(?:eval \{\.\.\.\}|require 0) called at\b/ 
)
 {
     print "ok $n\n";
 }
@@ -210,7 +210,7 @@
     Carp::Clan::cluck("cluckING");
 };
 
-if ( $@ =~ /\bcluckING at .+\n.*\b(?:eval {\.\.\.}|require 0) called at\b/ ) {
+if ( $@ =~ /\bcluckING at .+\n.*\b(?:eval \{\.\.\.\}|require 0) called at\b/ ) 
{
     print "ok $n\n";
 }
 else { print "not ok $n\n"; }
@@ -235,7 +235,7 @@
          .*\bC::c\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -264,7 +264,7 @@
          .*\bC::c\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -292,7 +292,7 @@
          .*\bC::c\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -321,7 +321,7 @@
          .*\bC::c\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -349,7 +349,7 @@
          .*\bC::c\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -378,7 +378,7 @@
          .*\bC::c\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -406,7 +406,7 @@
          .*\bC::c\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -435,7 +435,7 @@
          .*\bC::c\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -463,7 +463,7 @@
          .*\bC::c\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -492,7 +492,7 @@
          .*\bC::c\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -520,7 +520,7 @@
          .*\bC::c\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -549,7 +549,7 @@
          .*\bC::c\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -577,7 +577,7 @@
          .*\bC::c\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -606,7 +606,7 @@
          .*\bC::c\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -628,7 +628,7 @@
          .*\bC::c\('croak',\ 'CrOaKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('croak',\ 'CrOaKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('croak',\ 'CrOaKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -645,7 +645,7 @@
          .*\bC::c\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -665,7 +665,7 @@
          .*\bC::c\('carp',\ 'CaRpInG'\)\ called\ at\ .+\n
          .*\bB::b\('carp',\ 'CaRpInG'\)\ called\ at\ .+\n
          .*\bA::a\('carp',\ 'CaRpInG'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -685,7 +685,7 @@
          .*\bC::c\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -707,7 +707,7 @@
          .*\bC::c\('croak',\ 'CrOaKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('croak',\ 'CrOaKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('croak',\ 'CrOaKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -724,7 +724,7 @@
          .*\bC::c\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\('confess',\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -744,7 +744,7 @@
          .*\bC::c\('carp',\ 'CaRpInG'\)\ called\ at\ .+\n
          .*\bB::b\('carp',\ 'CaRpInG'\)\ called\ at\ .+\n
          .*\bA::a\('carp',\ 'CaRpInG'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
@@ -764,7 +764,7 @@
          .*\bC::c\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\('cluck',\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x
     )
 {
     print "ok $n\n";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/t/20pre560.t 
new/Carp-Clan-6.06/t/20pre560.t
--- old/Carp-Clan-6.04/t/20pre560.t     2009-10-24 23:28:00.000000000 +0200
+++ new/Carp-Clan-6.06/t/20pre560.t     2016-05-29 07:56:04.000000000 +0200
@@ -31,7 +31,7 @@
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
-if ($Carp::Clan::VERSION eq '6.04')
+if ($Carp::Clan::VERSION eq '6.06')
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/t/21pre560.t 
new/Carp-Clan-6.06/t/21pre560.t
--- old/Carp-Clan-6.04/t/21pre560.t     2009-10-24 23:28:00.000000000 +0200
+++ new/Carp-Clan-6.06/t/21pre560.t     2016-05-22 08:07:13.000000000 +0200
@@ -111,7 +111,7 @@
 
 eval { &{*{$main::{'confess'}}}("CONFESSing"); };
 
-if ($@ =~ /\bCONFESSing at .+\n.*\b(?:eval {\.\.\.}|require 0) called at\b/)
+if ($@ =~ /\bCONFESSing at .+\n.*\b(?:eval \{\.\.\.\}|require 0) called at\b/)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -123,7 +123,7 @@
 
 eval { local $SIG{'__WARN__'} = sub { die $_[0]; }; 
&{*{$main::{'cluck'}}}("CLUCKing"); };
 
-if ($@ =~ /\bCLUCKing at .+\n.*\b(?:eval {\.\.\.}|require 0) called at\b/)
+if ($@ =~ /\bCLUCKing at .+\n.*\b(?:eval \{\.\.\.\}|require 0) called at\b/)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -135,7 +135,7 @@
 
 eval { Carp::Clan::confess("confessING"); };
 
-if ($@ =~ /\bconfessING at .+\n.*\b(?:eval {\.\.\.}|require 0) called at\b/)
+if ($@ =~ /\bconfessING at .+\n.*\b(?:eval \{\.\.\.\}|require 0) called at\b/)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -147,7 +147,7 @@
 
 eval { local $SIG{'__WARN__'} = sub { die $_[0]; }; 
Carp::Clan::cluck("cluckING"); };
 
-if ($@ =~ /\bcluckING at .+\n.*\b(?:eval {\.\.\.}|require 0) called at\b/)
+if ($@ =~ /\bcluckING at .+\n.*\b(?:eval \{\.\.\.\}|require 0) called at\b/)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -170,7 +170,7 @@
          .*\bC::c\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -189,7 +189,7 @@
          .*\bC::c\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -212,7 +212,7 @@
          .*\bC::c\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -231,7 +231,7 @@
          .*\bC::c\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -254,7 +254,7 @@
          .*\bC::c\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -273,7 +273,7 @@
          .*\bC::c\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -296,7 +296,7 @@
          .*\bC::c\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -315,7 +315,7 @@
          .*\bC::c\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -338,7 +338,7 @@
          .*\bC::c\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -357,7 +357,7 @@
          .*\bC::c\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -380,7 +380,7 @@
          .*\bC::c\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -399,7 +399,7 @@
          .*\bC::c\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -422,7 +422,7 @@
          .*\bC::c\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -441,7 +441,7 @@
          .*\bC::c\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -458,7 +458,7 @@
          .*\bC::c\(1,\ 'CrOaKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(1,\ 'CrOaKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(1,\ 'CrOaKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -471,7 +471,7 @@
          .*\bC::c\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -484,7 +484,7 @@
          .*\bC::c\(3,\ 'CaRpInG'\)\ called\ at\ .+\n
          .*\bB::b\(3,\ 'CaRpInG'\)\ called\ at\ .+\n
          .*\bA::a\(3,\ 'CaRpInG'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -497,7 +497,7 @@
          .*\bC::c\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -514,7 +514,7 @@
          .*\bC::c\(1,\ 'CrOaKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(1,\ 'CrOaKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(1,\ 'CrOaKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -527,7 +527,7 @@
          .*\bC::c\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bB::b\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
          .*\bA::a\(2,\ 'CoNfEsSiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -540,7 +540,7 @@
          .*\bC::c\(3,\ 'CaRpInG'\)\ called\ at\ .+\n
          .*\bB::b\(3,\ 'CaRpInG'\)\ called\ at\ .+\n
          .*\bA::a\(3,\ 'CaRpInG'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 
@@ -553,7 +553,7 @@
          .*\bC::c\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bB::b\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
          .*\bA::a\(4,\ 'ClUcKiNg'\)\ called\ at\ .+\n
-         .*\b(?:eval\ {\.\.\.}|require\ 0)\ called\ at\ /x)
+         .*\b(?:eval\ \{\.\.\.\}|require\ 0)\ called\ at\ /x)
 {print "ok $n\n";} else {print "not ok $n\n";}
 $n++;
 

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to