X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=cae9804493b72d0c516632cb2d446b7689052bf4;hb=d8064d5f5037d23c51e6e62386f32e65cef50d33;hp=17e2c6d3736320a1571658b5af53a65e6035545a;hpb=79fe38872567977419089da38eac9406bf2d4afa;p=perl%2Fmodules%2Findirect.git diff --git a/META.yml b/META.yml index 17e2c6d..cae9804 100644 --- a/META.yml +++ b/META.yml @@ -1,18 +1,23 @@ --- #YAML:1.0 -name: indirect -version: 0.01 -abstract: Lexically warn about using the indirect object syntax. -license: perl -author: +name: indirect +version: 0.08 +abstract: Lexically warn about using the indirect object syntax. +author: - Vincent Pit -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: - XSLoader: 0 +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +requires: + XSLoader: 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: ExtUtils::MakeMaker: 0 - IPC::Cmd: 0 Test::More: 0