X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=META.yml;h=0052cf8f3fa296a46b3aa3606fc601a25800152e;hp=dae5a3effadc0eb513a0811811bed88a80303830;hb=1a6ce5844e2fe25781307095b17b156e3ad9b484;hpb=aa72f12e5ecd567cb01d8fa0ae986b5354502d11 diff --git a/META.yml b/META.yml index dae5a3e..0052cf8 100644 --- a/META.yml +++ b/META.yml @@ -1,31 +1,35 @@ ---- #YAML:1.0 -name: indirect -version: 0.20 -abstract: Lexically warn about using the indirect object syntax. +--- +abstract: 'Lexically warn about using the indirect method call syntax.' author: - - Vincent Pit -license: perl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Vincent Pit ' build_requires: - ExtUtils::MakeMaker: 0 - Test::More: 0 - XSLoader: 0 + Carp: '0' + Config: '0' + ExtUtils::MakeMaker: '0' + POSIX: '0' + Test::More: '0' + XSLoader: '0' +configure_requires: + Config: '0' + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: indirect +no_index: + directory: + - t + - inc requires: - perl: 5.008 - XSLoader: 0 + Carp: '0' + XSLoader: '0' + perl: '5.008001' resources: - bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=indirect - homepage: http://search.cpan.org/dist/indirect/ - license: http://dev.perl.org/licenses/ - repository: http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.56 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -dynamic_config: 1 + bugtracker: http://rt.cpan.org/Dist/Display.html?Name=indirect + homepage: http://search.cpan.org/dist/indirect/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git +version: '0.35'