X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=28a1a5dbd9582039b6b4fcbc34a38c1ef556796c;hb=6f47d20cad7a5dd966f42acf2a4975882df7323f;hp=bc040de41dee8604a079b12f60172e28059a9c93;hpb=e531c89b3ecbc5d58156f71c5324f5f253459864;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/META.yml b/META.yml index bc040de..28a1a5d 100644 --- a/META.yml +++ b/META.yml @@ -1,18 +1,25 @@ --- #YAML:1.0 -name: B-RecDeparse -version: 0.01 -abstract: Deparse recursively into subroutines. -license: perl -author: +name: B-RecDeparse +version: 0.04 +abstract: Deparse recursively into subroutines. +author: - Vincent Pit -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: - B::Deparse: 0 - Carp: 0 +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +requires: + B::Deparse: 0 + Carp: 0 + Config: 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: ExtUtils::MakeMaker: 0 Test::More: 0