X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=META.yml;fp=META.yml;h=13d20b6bb9c538259b11876c0acb4bb9ea923383;hp=1939c319f65c92e24bd1c5c4e3e511988a1dc3c1;hb=3ff07b59ff41754a77105973a4f1e9d6d25b2c3a;hpb=d02d080e923caf7eafd646d39122c84d1e53178d diff --git a/META.yml b/META.yml index 1939c31..13d20b6 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: rgit -version: 0.06 +version: 0.07 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