X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=META.yml;h=6430f0d7ace9cc09bed050e0742da52a7f526fdb;hp=1939c319f65c92e24bd1c5c4e3e511988a1dc3c1;hb=HEAD;hpb=787cc59d827d22afa8a3100daa42e5b9df3fe50d diff --git a/META.yml b/META.yml index 1939c31..6430f0d 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: rgit -version: 0.06 +version: 0.08 abstract: Recursively execute a command on all the git repositories in a directory tree. author: - Vincent Pit @@ -8,25 +8,39 @@ license: perl distribution_type: module configure_requires: ExtUtils::MakeMaker: 0 -requires: +build_requires: + base: 0 Carp: 0 Cwd: 0 Exporter: 0 + ExtUtils::MakeMaker: 0 File::Find: 0 - File::Spec::Functions: 0 - Object::Tiny: 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.48 +generated_by: ExtUtils::MakeMaker version 6.56 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 -build_requires: - Cwd: 0 - ExtUtils::MakeMaker: 0 - File::Spec::Functions: 0 - File::Temp: 0 - Test::More: 0 +dynamic_config: 0 +recommends: + Term::ReadKey: 0