X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=META.yml;h=c90a50e6b4499e9f893926cba7743a5b1cb095d3;hp=60b9e97246dbc8cd79dc52895dcd0be8bd33f661;hb=a5ba1389e8ec450b16fd6e283f3edc80df1878c9;hpb=67e585ffae69ce0c350a920658738d7864b1d54a diff --git a/META.yml b/META.yml index 60b9e97..c90a50e 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.05 +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.46 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