X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=1939c319f65c92e24bd1c5c4e3e511988a1dc3c1;hb=1c5bf56c6f80e4cd818c341b34ba3410f34ed514;hp=60b9e97246dbc8cd79dc52895dcd0be8bd33f661;hpb=67e585ffae69ce0c350a920658738d7864b1d54a;p=perl%2Fmodules%2Frgit.git diff --git a/META.yml b/META.yml index 60b9e97..1939c31 100644 --- a/META.yml +++ b/META.yml @@ -1,23 +1,29 @@ --- #YAML:1.0 -name: rgit -version: 0.03 -abstract: Recursively execute a command on all the git repositories in a directory tree. -license: perl -author: +name: rgit +version: 0.06 +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 +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +requires: + Carp: 0 + Cwd: 0 + Exporter: 0 + File::Find: 0 + File::Spec::Functions: 0 + Object::Tiny: 0 + POSIX: 0 +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.48 meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.3.html - version: 1.3 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 build_requires: Cwd: 0 ExtUtils::MakeMaker: 0