Hello community, here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory checked in at 2011-11-18 15:47:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Fatal (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Fatal", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Fatal/perl-Test-Fatal.changes 2011-09-23 12:39:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new/perl-Test-Fatal.changes 2011-11-18 15:48:01.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Nov 13 20:25:01 UTC 2011 - [email protected] + +- update to 0.008: + + revert the mistake by which 0.004 allowed blocks after + "exception" as well as "success" + +------------------------------------------------------------------- Old: ---- Test-Fatal-0.006.tar.gz New: ---- Test-Fatal-0.008.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Fatal.spec ++++++ --- /var/tmp/diff_new_pack.fznOGZ/_old 2011-11-18 15:48:07.000000000 +0100 +++ /var/tmp/diff_new_pack.fznOGZ/_new 2011-11-18 15:48:07.000000000 +0100 @@ -21,7 +21,7 @@ Name: perl-Test-Fatal %define cpan_name Test-Fatal Summary: Incredibly simple helpers for testing code with exceptions -Version: 0.006 +Version: 0.008 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl ++++++ Test-Fatal-0.006.tar.gz -> Test-Fatal-0.008.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/Changes new/Test-Fatal-0.008/Changes --- old/Test-Fatal-0.006/Changes 2011-06-02 04:55:14.000000000 +0200 +++ new/Test-Fatal-0.008/Changes 2011-11-07 03:10:28.000000000 +0100 @@ -1,5 +1,12 @@ Revision history for Test-Fatal +0.008 2011-11-06 21:10:14 America/New_York + no changes since 0.007 + +0.007 2011-10-31 23:22:47 America/New_York + revert the mistake by which 0.004 allowed blocks after "exception" as + well as "success" + 0.006 2011-06-01 22:55:10 America/New_York crank back the Test::More and Exporter requirements diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/LICENSE new/Test-Fatal-0.008/LICENSE --- old/Test-Fatal-0.006/LICENSE 2011-06-02 04:55:14.000000000 +0200 +++ new/Test-Fatal-0.008/LICENSE 2011-11-07 03:10:28.000000000 +0100 @@ -22,7 +22,7 @@ Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/META.json new/Test-Fatal-0.008/META.json --- old/Test-Fatal-0.006/META.json 2011-06-02 04:55:14.000000000 +0200 +++ new/Test-Fatal-0.008/META.json 2011-11-07 03:10:28.000000000 +0100 @@ -4,7 +4,7 @@ "Ricardo Signes <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930", + "generated_by" : "Dist::Zilla version 4.300003, CPAN::Meta::Converter version 2.112621", "license" : [ "perl_5" ], @@ -24,7 +24,9 @@ "Carp" : 0, "Exporter" : "5.57", "Test::Builder" : 0, - "Try::Tiny" : "0.07" + "Try::Tiny" : "0.07", + "strict" : 0, + "warnings" : 0 } }, "test" : { @@ -37,125 +39,125 @@ }, "release_status" : "stable", "resources" : { - "homepage" : "http://github.com/rjbs/test-fatal", + "homepage" : "https://github.com/rjbs/test-fatal", "repository" : { "type" : "git", - "url" : "http://github.com/rjbs/test-fatal", - "web" : "http://github.com/rjbs/test-fatal" + "url" : "https://github.com/rjbs/test-fatal.git", + "web" : "https://github.com/rjbs/test-fatal" } }, - "version" : "0.006", + "version" : "0.008", "x_Dist_Zilla" : { "plugins" : [ { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@RJBS/CheckPrereqsIndexed", - "version" : "0.003" + "version" : "0.005" }, { "class" : "Dist::Zilla::Plugin::GatherDir", "name" : "@RJBS/@Basic/GatherDir", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@RJBS/@Basic/PruneCruft", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@RJBS/@Basic/ManifestSkip", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@RJBS/@Basic/MetaYAML", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@RJBS/@Basic/License", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@RJBS/@Basic/Readme", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::ExtraTests", "name" : "@RJBS/@Basic/ExtraTests", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@RJBS/@Basic/ExecDir", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@RJBS/@Basic/ShareDir", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", "name" : "@RJBS/@Basic/MakeMaker", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@RJBS/@Basic/Manifest", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@RJBS/@Basic/TestRelease", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@RJBS/@Basic/ConfirmRelease", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@RJBS/@Basic/UploadToCPAN", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@RJBS/AutoPrereqs", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "name" : "@RJBS/Git::NextVersion", - "version" : "1.111460" + "version" : "1.112510" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@RJBS/PkgVersion", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@RJBS/MetaConfig", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@RJBS/MetaJSON", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@RJBS/NextRelease", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@RJBS/PodSyntaxTests", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::Repository", @@ -171,7 +173,7 @@ } }, "name" : "@RJBS/TestMoreWithSubtests", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -181,27 +183,27 @@ { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@RJBS/GithubMeta", - "version" : "0.12" + "version" : "0.26" }, { "class" : "Dist::Zilla::Plugin::Git::Check", "name" : "@RJBS/@Git/Check", - "version" : "1.111460" + "version" : "1.112510" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "name" : "@RJBS/@Git/Commit", - "version" : "1.111460" + "version" : "1.112510" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "name" : "@RJBS/@Git/Tag", - "version" : "1.111460" + "version" : "1.112510" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "name" : "@RJBS/@Git/Push", - "version" : "1.111460" + "version" : "1.112510" }, { "class" : "Dist::Zilla::Plugin::RemovePrereqs", @@ -213,7 +215,7 @@ } }, "name" : "RemovePrereqs", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -224,45 +226,45 @@ } }, "name" : "TestRequires", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "4.200006" + "version" : "4.300003" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "4.200006" + "version" : "4.300003" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : 0 + "is_trial" : "0" }, - "version" : "4.200006" + "version" : "4.300003" } } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/META.yml new/Test-Fatal-0.008/META.yml --- old/Test-Fatal-0.006/META.yml 2011-06-02 04:55:14.000000000 +0200 +++ new/Test-Fatal-0.008/META.yml 2011-11-07 03:10:28.000000000 +0100 @@ -9,7 +9,7 @@ configure_requires: ExtUtils::MakeMaker: 6.30 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930' +generated_by: 'Dist::Zilla version 4.300003, CPAN::Meta::Converter version 2.112621' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -20,100 +20,102 @@ Exporter: 5.57 Test::Builder: 0 Try::Tiny: 0.07 + strict: 0 + warnings: 0 resources: - homepage: http://github.com/rjbs/test-fatal - repository: http://github.com/rjbs/test-fatal -version: 0.006 + homepage: https://github.com/rjbs/test-fatal + repository: https://github.com/rjbs/test-fatal.git +version: 0.008 x_Dist_Zilla: plugins: - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@RJBS/CheckPrereqsIndexed' - version: 0.003 + version: 0.005 - class: Dist::Zilla::Plugin::GatherDir name: '@RJBS/@Basic/GatherDir' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::PruneCruft name: '@RJBS/@Basic/PruneCruft' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::ManifestSkip name: '@RJBS/@Basic/ManifestSkip' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::MetaYAML name: '@RJBS/@Basic/MetaYAML' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::License name: '@RJBS/@Basic/License' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::Readme name: '@RJBS/@Basic/Readme' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::ExtraTests name: '@RJBS/@Basic/ExtraTests' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::ExecDir name: '@RJBS/@Basic/ExecDir' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::ShareDir name: '@RJBS/@Basic/ShareDir' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::MakeMaker name: '@RJBS/@Basic/MakeMaker' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::Manifest name: '@RJBS/@Basic/Manifest' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::TestRelease name: '@RJBS/@Basic/TestRelease' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::ConfirmRelease name: '@RJBS/@Basic/ConfirmRelease' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::UploadToCPAN name: '@RJBS/@Basic/UploadToCPAN' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::AutoPrereqs name: '@RJBS/AutoPrereqs' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::Git::NextVersion name: '@RJBS/Git::NextVersion' - version: 1.111460 + version: 1.112510 - class: Dist::Zilla::Plugin::PkgVersion name: '@RJBS/PkgVersion' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::MetaConfig name: '@RJBS/MetaConfig' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::MetaJSON name: '@RJBS/MetaJSON' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::NextRelease name: '@RJBS/NextRelease' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@RJBS/PodSyntaxTests' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::Repository name: '@RJBS/Repository' @@ -125,7 +127,7 @@ phase: test type: requires name: '@RJBS/TestMoreWithSubtests' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::PodWeaver name: '@RJBS/PodWeaver' @@ -133,23 +135,23 @@ - class: Dist::Zilla::Plugin::GithubMeta name: '@RJBS/GithubMeta' - version: 0.12 + version: 0.26 - class: Dist::Zilla::Plugin::Git::Check name: '@RJBS/@Git/Check' - version: 1.111460 + version: 1.112510 - class: Dist::Zilla::Plugin::Git::Commit name: '@RJBS/@Git/Commit' - version: 1.111460 + version: 1.112510 - class: Dist::Zilla::Plugin::Git::Tag name: '@RJBS/@Git/Tag' - version: 1.111460 + version: 1.112510 - class: Dist::Zilla::Plugin::Git::Push name: '@RJBS/@Git/Push' - version: 1.111460 + version: 1.112510 - class: Dist::Zilla::Plugin::RemovePrereqs config: @@ -157,7 +159,7 @@ modules_to_remove: - Test::More name: RemovePrereqs - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::Prereqs config: @@ -165,33 +167,33 @@ phase: test type: requires name: TestRequires - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: 4.200006 + version: 4.300003 - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: 4.200006 + version: 4.300003 zilla: class: Dist::Zilla::Dist::Builder config: is_trial: 0 - version: 4.200006 + version: 4.300003 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/Makefile.PL new/Test-Fatal-0.008/Makefile.PL --- old/Test-Fatal-0.006/Makefile.PL 2011-06-02 04:55:14.000000000 +0200 +++ new/Test-Fatal-0.008/Makefile.PL 2011-11-07 03:10:28.000000000 +0100 @@ -9,29 +9,31 @@ my %WriteMakefileArgs = ( - 'ABSTRACT' => 'incredibly simple helpers for testing code with exceptions', - 'AUTHOR' => 'Ricardo Signes <[email protected]>', - 'BUILD_REQUIRES' => { - 'Test::Builder::Tester' => '0', - 'Test::More' => '0.47', - 'overload' => '0' + "ABSTRACT" => "incredibly simple helpers for testing code with exceptions", + "AUTHOR" => "Ricardo Signes <rjbs\@cpan.org>", + "BUILD_REQUIRES" => { + "Test::Builder::Tester" => 0, + "Test::More" => "0.47", + "overload" => 0 }, - 'CONFIGURE_REQUIRES' => { - 'ExtUtils::MakeMaker' => '6.30' + "CONFIGURE_REQUIRES" => { + "ExtUtils::MakeMaker" => "6.30" }, - 'DISTNAME' => 'Test-Fatal', - 'EXE_FILES' => [], - 'LICENSE' => 'perl', - 'NAME' => 'Test::Fatal', - 'PREREQ_PM' => { - 'Carp' => '0', - 'Exporter' => '5.57', - 'Test::Builder' => '0', - 'Try::Tiny' => '0.07' + "DISTNAME" => "Test-Fatal", + "EXE_FILES" => [], + "LICENSE" => "perl", + "NAME" => "Test::Fatal", + "PREREQ_PM" => { + "Carp" => 0, + "Exporter" => "5.57", + "Test::Builder" => 0, + "Try::Tiny" => "0.07", + "strict" => 0, + "warnings" => 0 }, - 'VERSION' => '0.006', - 'test' => { - 'TESTS' => 't/*.t' + "VERSION" => "0.008", + "test" => { + "TESTS" => "t/*.t" } ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/README new/Test-Fatal-0.008/README --- old/Test-Fatal-0.006/README 2011-06-02 04:55:14.000000000 +0200 +++ new/Test-Fatal-0.008/README 2011-11-07 03:10:28.000000000 +0100 @@ -1,7 +1,7 @@ This archive contains the distribution Test-Fatal, -version 0.006: +version 0.008: incredibly simple helpers for testing code with exceptions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/lib/Test/Fatal.pm new/Test-Fatal-0.008/lib/Test/Fatal.pm --- old/Test-Fatal-0.006/lib/Test/Fatal.pm 2011-06-02 04:55:14.000000000 +0200 +++ new/Test-Fatal-0.008/lib/Test/Fatal.pm 2011-11-07 03:10:28.000000000 +0100 @@ -1,8 +1,8 @@ use strict; use warnings; package Test::Fatal; -BEGIN { - $Test::Fatal::VERSION = '0.006'; +{ + $Test::Fatal::VERSION = '0.008'; } # ABSTRACT: incredibly simple helpers for testing code with exceptions @@ -16,18 +16,18 @@ our @EXPORT_OK = qw(exception success dies_ok lives_ok); -sub exception (&;@) { +sub exception (&) { my $code = shift; return try { $code->(); return undef; - } catch( sub { + } catch { return $_ if $_; my $problem = defined $_ ? 'false' : 'undef'; Carp::confess("$problem exception caught by Test::Fatal::exception"); - }, @_); + }; } @@ -78,7 +78,7 @@ =head1 VERSION -version 0.006 +version 0.008 =head1 SYNOPSIS -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
