This is an automated email from the git hooks/post-receive script. js pushed a commit to tag 0.91 in repository libcatmandu-perl.
commit 0b986602ea2adfbf0fbcdd1234ae7ac93210d5f0 Merge: aedc001 5d9f6c2 Author: Nicolas Steenlant <nicolas.steenl...@ugent.be> Date: Mon May 12 16:28:56 2014 +0200 change required version of Module::Build::Tiny .gitignore | 2 +- Build.PL | 2 +- META.json | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ cpanfile | 4 ++ 4 files changed, 132 insertions(+), 2 deletions(-) diff --cc Build.PL index a792eb0,e2076e5..da886e1 --- a/Build.PL +++ b/Build.PL @@@ -1,4 -1,3 +1,4 @@@ +# This Build.PL for Catmandu was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.006. use v5.10.1; - use Module::Build::Tiny 0.036; + use Module::Build::Tiny 0.030; Build_PL(); diff --cc META.json index 0000000,4bb930c..6a15619 mode 000000,100644..100644 --- a/META.json +++ b/META.json @@@ -1,0 -1,127 +1,126 @@@ + { + "abstract" : "a data toolkit", + "author" : [ + "Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>" + ], + "dynamic_config" : 0, - "generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 5.016, CPAN::Meta::Converter version 2.131560", ++ "generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 5.013, CPAN::Meta::Converter version 2.133380", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Catmandu", + "no_index" : { + "directory" : [ + "t", + "xt", + "inc", + "share", + "eg", + "examples" + ] + }, + "optional_features" : { + "tidy" : { + "description" : "Support pretty printing compiled fix code", + "prereqs" : { + "runtime" : { + "requires" : { + "Perl::Tidy" : "0" + } + } + } + } + }, + "prereqs" : { + "configure" : { + "requires" : { + "Module::Build::Tiny" : "0.035" + } + }, + "develop" : { + "requires" : { + "Test::Pod" : "1.41" + } + }, + "runtime" : { + "recommends" : { + "JSON::XS" : "2.3", + "YAML::XS" : "0.34" + }, + "requires" : { + "App::Cmd" : "0.323", + "CGI::Expand" : "2.02", + "Clone" : "0.31", + "Config::Onion" : "1.004", + "Data::Compare" : "1.22", + "Data::UUID" : "1.217", + "Data::Util" : "0.59", + "IO::Handle::Util" : "0.01", + "JSON" : "2.51", + "List::MoreUtils" : "0.33", + "Marpa::R2" : "2.084000", + "Moo" : "1.000008", + "MooX::Log::Any" : "0", + "Sub::Exporter" : "0.982", + "Sub::Quote" : "0", + "Text::CSV" : "1.21", + "Throwable" : "0.200004", + "Time::HiRes" : "0", + "Try::Tiny::ByClass" : "0.01", + "YAML::Any" : "0.90", + "namespace::clean" : "0.24", + "perl" : "v5.10.1" + } + }, + "test" : { + "requires" : { + "Log::Any::Adapter" : "0", + "Test::Deep" : "0", + "Test::Exception" : "0", + "Test::More" : "0" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { - "web" : "https://github.com/vpeil/Catmandu/issues" ++ "web" : "https://github.com/LibreCat/Catmandu/issues" + }, - "homepage" : "https://github.com/vpeil/Catmandu", ++ "homepage" : "https://github.com/LibreCat/Catmandu", + "repository" : { + "type" : "git", - "url" : "https://github.com/vpeil/Catmandu.git", - "web" : "https://github.com/vpeil/Catmandu" ++ "url" : "https://github.com/LibreCat/Catmandu.git", ++ "web" : "https://github.com/LibreCat/Catmandu" + } + }, + "version" : "0.9", + "x_contributors" : [ + "Christian Pietsch <chr.pietsch+git...@googlemail.com>", + "Dave Sherohman <dave.sheroh...@lub.lu.se>", + "Dave Sherohman <dave.sheroh...@ub.lu.se>", + "EC2 Default User <ec2-user@ip-10-113-18-155.ec2.internal>", + "EC2 Default User <ec2-user@ip-10-114-199-125.ec2.internal>", + "EC2 Default User <ec2-user@ip-10-194-230-16.ec2.internal>", + "EC2 Default User <ec2-user@ip-10-77-5-148.ec2.internal>", + "Jakob Voss <ja...@nichtich.de>", + "Jakob Voss <v...@gbv.de>", + "Nicolas <nicolas.steenl...@ugent.be>", + "Nicolas Franck <nicolas.fra...@ugent.be>", + "Nicolas Steenlant <nicolas.steenl...@gmail.com>", - "Nicolas Steenlant <nicolas.steenl...@ugent.be>", + "Nicolas Steenlant <nstee...@ca20c608.ugent.be>", + "Nicolas Steenlnat <nicolas.steenl...@ugent.be>", + "Patrick <phoch...@hal.lub.lu.se>", + "Patrick Hochstenbach <patrick.hochstenb...@ugent.be>", + "Patrick Hochstenbach <patrick.hochstenb...@ugent.be>", + "Snorri Briem <snorri.br...@lub.lu.se>", + "Snorri Briem <snorri.br...@ub.lu.se>", + "Vitali Peil <vitali.p...@uni-bielefeld.de>", + "phochste <phoch...@vmtemp4.ugent.be>", + "vpeil <vitali.p...@uni-bielefeld.de>" + ] + } + diff --cc cpanfile index b249257,1702bbd..6a4cbb7 --- a/cpanfile +++ b/cpanfile @@@ -1,5 -1,9 +1,9 @@@ requires 'perl', 'v5.10.1'; + on 'configure', sub { - requires 'Module::Build::Tiny', '0.035'; ++ requires 'Module::Build::Tiny', '0.030'; + }; + on 'test', sub { requires 'Test::Deep', 0; requires 'Test::Exception', 0; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits