X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=META.yml;h=c90a50e6b4499e9f893926cba7743a5b1cb095d3;hp=cbb3fe07add7344eda37d97b6beb3b41a65e1cd6;hb=0c3a62e21d624c6076fc69dd2310bea0dd556ab8;hpb=00f4d1f6016748f8b4623d8ff32546069f763a95 diff --git a/META.yml b/META.yml index cbb3fe0..c90a50e 100644 --- a/META.yml +++ b/META.yml @@ -1,24 +1,29 @@ --- #YAML:1.0 -name: rgit -version: 0.04 -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 - Config: 0 - Cwd: 0 - Exporter: 0 - File::Find: 0 - File::Spec::Functions: 0 - Object::Tiny: 0 - POSIX: 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