X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=META.yml;h=9af5452d0a683ff19d9971f7ded7118fa4afa478;hp=1c6d72c803f045ffa992b50f8161de723da331b4;hb=560a513f8ed4ac6bae8ad769290a4415f9b8e42b;hpb=b92e3c9567e42b06df65b6d857bb647fe1bee651 diff --git a/META.yml b/META.yml index 1c6d72c..9af5452 100644 --- a/META.yml +++ b/META.yml @@ -1,17 +1,23 @@ --- #YAML:1.0 -name: indirect -version: 0.07_02 -abstract: Lexically warn about using the indirect object syntax. -license: perl -author: +name: indirect +version: 0.07_03 +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