X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=META.yml;h=6430f0d7ace9cc09bed050e0742da52a7f526fdb;hp=e7eabb3180ab812875c5298e05e3069aa6bf1185;hb=HEAD;hpb=19bee8f647bfe6c94c5cb3cf6a60d7a43cbca222 diff --git a/META.yml b/META.yml index e7eabb3..6430f0d 100644 --- a/META.yml +++ b/META.yml @@ -1,23 +1,46 @@ --- #YAML:1.0 -name: rgit -version: 0.01 -abstract: Recursively execute a command on all the git repositories in a directory tree. -license: perl -author: +name: rgit +version: 0.08 +abstract: Recursively execute a command on all the git repositories in a directory tree. +author: - Vincent Pit -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: - Carp: 0 - Cwd: 0 - Exporter: 0 - File::Find: 0 - File::Spec::Functions: 0 - List::Util: 0 - Object::Tiny: 0 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.3.html - version: 1.3 +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 build_requires: - ExtUtils::MakeMaker: 0 - Test::More: 0 + base: 0 + Carp: 0 + Cwd: 0 + Exporter: 0 + ExtUtils::MakeMaker: 0 + File::Find: 0 + File::Spec: 0 + File::Temp: 0 + POSIX: 0 + Test::More: 0 +requires: + base: 0 + Carp: 0 + Cwd: 0 + Exporter: 0 + File::Find: 0 + File::Spec: 0 + perl: 5.008 + POSIX: 0 +resources: + bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=rgit + homepage: http://search.cpan.org/dist/rgit/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/?p=perl%2Fmodules%2Frgit.git +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.56 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +dynamic_config: 0 +recommends: + Term::ReadKey: 0