This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit 0d031bc43acdc49ce12d88d51838e4e9a6ed86bb Author: Tatsuhiko Miyagawa <[email protected]> Date: Wed May 29 18:11:33 2013 +0900 regen meta --- Build.PL | 4 ++-- META.json | 23 ++++++++++++++++++----- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/Build.PL b/Build.PL index 227310b..ae63f40 100644 --- a/Build.PL +++ b/Build.PL @@ -15,7 +15,7 @@ my %module_build_args = ( }, "dist_abstract" => "Perl module dependency manager (aka Bundler for Perl)", "dist_author" => [ - "Tatsuhiko Miyagawa <miyagawa\@bulknews.net>" + "Tatsuhiko Miyagawa" ], "dist_name" => "carton", "dist_version" => "v0.9.15", @@ -34,7 +34,7 @@ my %module_build_args = ( "IO::Compress::Gzip" => 0, "JSON" => "2.53", "Module::Build" => "0.38", - "Module::CPANfile" => "0.9004", + "Module::CPANfile" => "0.9031", "Module::Metadata" => "1.000003", "Term::ANSIColor" => "1.12", "Try::Tiny" => "0.09", diff --git a/META.json b/META.json index c216b57..e108ffe 100644 --- a/META.json +++ b/META.json @@ -1,10 +1,10 @@ { "abstract" : "Perl module dependency manager (aka Bundler for Perl)", "author" : [ - "Tatsuhiko Miyagawa <[email protected]>" + "Tatsuhiko Miyagawa" ], "dynamic_config" : 0, - "generated_by" : "Dist::Milla version v0.9.3, Dist::Zilla version 4.300032, CPAN::Meta::Converter version 2.130880", + "generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.130880", "license" : [ "perl_5" ], @@ -37,7 +37,10 @@ }, "develop" : { "requires" : { - "Test::Pod" : "1.41" + "Capture::Tiny" : "0", + "Directory::Scratch" : "0", + "Test::Pod" : "1.41", + "Test::Requires" : "0" } }, "runtime" : { @@ -52,7 +55,7 @@ "IO::Compress::Gzip" : "0", "JSON" : "2.53", "Module::Build" : "0.38", - "Module::CPANfile" : "0.9004", + "Module::CPANfile" : "0.9031", "Module::Metadata" : "1.000003", "Term::ANSIColor" : "1.12", "Try::Tiny" : "0.09", @@ -74,6 +77,16 @@ "web" : "https://github.com/miyagawa/carton" } }, - "version" : "v0.9.15" + "version" : "v0.9.15", + "x_contributors" : [ + "Christian Walde <[email protected]>", + "David Golden <[email protected]>", + "Masahiro Chiba <[email protected]>", + "NAKAGAWA Masaki <[email protected]>", + "Pedro Figueiredo <[email protected]>", + "Tatsuhiko Miyagawa <[email protected]>", + "Yanick Champoux <[email protected]>", + "ikasam_a <[email protected]>" + ] } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
