Hello community, here is the log from the commit of package perl-Carton for openSUSE:Factory checked in at 2015-08-27 08:56:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Carton (Old) and /work/SRC/openSUSE:Factory/.perl-Carton.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Carton" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Carton/perl-Carton.changes 2015-05-18 22:23:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Carton.new/perl-Carton.changes 2015-08-27 08:56:37.000000000 +0200 @@ -1,0 +2,10 @@ +Sun Aug 23 08:33:42 UTC 2015 - [email protected] + +- updated to 1.0.22 + see /usr/share/doc/packages/perl-Carton/Changes + + v1.0.22 2015-08-11 22:17:44 PDT + - Fixed a bug where carton update gives an error when there's nothing to update + - Update a link to point to the new IRC chatroom #cpanm on irc.perl.org + +------------------------------------------------------------------- Old: ---- Carton-v1.0.21.tar.gz New: ---- Carton-v1.0.22.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Carton.spec ++++++ --- /var/tmp/diff_new_pack.gvzrgD/_old 2015-08-27 08:56:38.000000000 +0200 +++ /var/tmp/diff_new_pack.gvzrgD/_new 2015-08-27 08:56:38.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Carton -Version: 1.0.21 +Version: 1.0.22 Release: 0 %define cpan_name Carton Summary: Perl module dependency manager (aka Bundler for Perl) ++++++ Carton-v1.0.21.tar.gz -> Carton-v1.0.22.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.21/Changes new/Carton-v1.0.22/Changes --- old/Carton-v1.0.21/Changes 2015-05-15 21:21:51.000000000 +0200 +++ new/Carton-v1.0.22/Changes 2015-08-12 07:17:46.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for carton +v1.0.22 2015-08-11 22:17:44 PDT + - Fixed a bug where carton update gives an error when there's nothing to update + - Update a link to point to the new IRC chatroom #cpanm on irc.perl.org + v1.0.21 2015-05-15 12:21:47 PDT - Changed Module::Reader dependency to requires for now, since it will be required on the runtime by the fatpacked carton. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.21/MANIFEST new/Carton-v1.0.22/MANIFEST --- old/Carton-v1.0.21/MANIFEST 2015-05-15 21:21:51.000000000 +0200 +++ new/Carton-v1.0.22/MANIFEST 2015-08-12 07:17:46.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.036. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.039. Changes LICENSE MANIFEST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.21/META.json new/Carton-v1.0.22/META.json --- old/Carton-v1.0.21/META.json 2015-05-15 21:21:51.000000000 +0200 +++ new/Carton-v1.0.22/META.json 2015-08-12 07:17:46.000000000 +0200 @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.036, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Zilla version 5.039, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], @@ -74,7 +74,7 @@ "web" : "https://github.com/perl-carton/carton" } }, - "version" : "v1.0.21", + "version" : "v1.0.22", "x_contributors" : [ "Christian Walde <[email protected]>", "David Golden <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.21/META.yml new/Carton-v1.0.22/META.yml --- old/Carton-v1.0.21/META.yml 2015-05-15 21:21:51.000000000 +0200 +++ new/Carton-v1.0.22/META.yml 2015-08-12 07:17:46.000000000 +0200 @@ -7,7 +7,7 @@ ExtUtils::MakeMaker: '0' version: '0.77' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.036, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001' +generated_by: 'Dist::Zilla version 5.039, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -43,7 +43,7 @@ bugtracker: https://github.com/perl-carton/carton/issues homepage: https://github.com/perl-carton/carton repository: https://github.com/perl-carton/carton.git -version: v1.0.21 +version: v1.0.22 x_contributors: - 'Christian Walde <[email protected]>' - 'David Golden <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.21/Makefile.PL new/Carton-v1.0.22/Makefile.PL --- old/Carton-v1.0.21/Makefile.PL 2015-05-15 21:21:51.000000000 +0200 +++ new/Carton-v1.0.22/Makefile.PL 2015-08-12 07:17:46.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039. use strict; use warnings; @@ -35,7 +35,7 @@ "Try::Tiny" => "0.09", "parent" => "0.223" }, - "VERSION" => "v1.0.21", + "VERSION" => "v1.0.22", "test" => { "TESTS" => "t/*.t" } @@ -47,7 +47,6 @@ "CPAN::Meta" => "2.120921", "CPAN::Meta::Requirements" => "2.121", "Class::Tiny" => "1.001", - "ExtUtils::MakeMaker" => 0, "Getopt::Long" => "2.39", "JSON" => "2.53", "Module::CPANfile" => "0.9031", @@ -56,8 +55,7 @@ "Module::Reader" => "0.002", "Path::Tiny" => "0.033", "Try::Tiny" => "0.09", - "parent" => "0.223", - "version" => "0.77" + "parent" => "0.223" ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.21/README new/Carton-v1.0.22/README --- old/Carton-v1.0.21/README 2015-05-15 21:21:51.000000000 +0200 +++ new/Carton-v1.0.22/README 2015-08-12 07:17:46.000000000 +0200 @@ -131,7 +131,7 @@ Code repository, Wiki and Issue Tracker - irc://irc.perl.org/#carton + irc://irc.perl.org/#cpanm IRC chat room diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.21/lib/Carton/CLI.pm new/Carton-v1.0.22/lib/Carton/CLI.pm --- old/Carton-v1.0.21/lib/Carton/CLI.pm 2015-05-15 21:21:51.000000000 +0200 +++ new/Carton-v1.0.22/lib/Carton/CLI.pm 2015-08-12 07:17:46.000000000 +0200 @@ -346,6 +346,8 @@ push @modules, "$module~" . $env->cpanfile->requirements_for_module($module); } + return unless @modules; + my $builder = Carton::Builder->new( mirror => $self->mirror, cpanfile => $env->cpanfile, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Carton-v1.0.21/lib/Carton.pm new/Carton-v1.0.22/lib/Carton.pm --- old/Carton-v1.0.21/lib/Carton.pm 2015-05-15 21:21:51.000000000 +0200 +++ new/Carton-v1.0.22/lib/Carton.pm 2015-08-12 07:17:46.000000000 +0200 @@ -1,7 +1,7 @@ package Carton; use strict; use 5.008_005; -use version; our $VERSION = version->declare("v1.0.21"); +use version; our $VERSION = version->declare("v1.0.22"); 1; __END__ @@ -142,7 +142,7 @@ Code repository, Wiki and Issue Tracker -=item L<irc://irc.perl.org/#carton> +=item L<irc://irc.perl.org/#cpanm> IRC chat room
