X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=e41cbb0e62d466aedb218125deb38fb4da4405bf;hb=ac63b5ab9e6d13e92a53bc89e55a1d5dd306854e;hp=bf9a3a86559cf2e69d09c198e0ef750afe8a559e;hpb=0c1863b0153133bf01e864e83948f2ee2b09f4e0;p=perl%2Fmodules%2Findirect.git diff --git a/META.yml b/META.yml index bf9a3a8..e41cbb0 100644 --- a/META.yml +++ b/META.yml @@ -1,17 +1,23 @@ --- #YAML:1.0 -name: indirect -version: 0.06 -abstract: Lexically warn about using the indirect object syntax. -license: perl -author: +name: indirect +version: 0.09 +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.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