X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=cae9804493b72d0c516632cb2d446b7689052bf4;hb=d8064d5f5037d23c51e6e62386f32e65cef50d33;hp=8bdc699c802c4fae93932ea20ad1ebd63c9297e7;hpb=c5fbf355ad97cc620713b8f5363bbacfa6960785;p=perl%2Fmodules%2Findirect.git diff --git a/META.yml b/META.yml index 8bdc699..cae9804 100644 --- a/META.yml +++ b/META.yml @@ -1,17 +1,23 @@ --- #YAML:1.0 -name: indirect -version: 0.07_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 Test::More: 0