X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=META.yml;h=dfac071f099d08365cfcb35a775ef54b618ed175;hp=694855fc5a56a6efa5913f8df18489903a627bd8;hb=b58bc186ae53367c8df3b55e162f101c8e102a8d;hpb=a9c8dfc5d74939ee2fff9e4cc8f9b9fe54ccad37 diff --git a/META.yml b/META.yml index 694855f..dfac071 100644 --- a/META.yml +++ b/META.yml @@ -1,23 +1,35 @@ ---- #YAML:1.0 -name: indirect -version: 0.10 -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 + - 'Vincent Pit ' +build_requires: + Carp: '0' + Config: '0' + ExtUtils::MakeMaker: '0' + POSIX: '0' + Test::More: '0' + XSLoader: '0' configure_requires: - ExtUtils::MakeMaker: 0 -requires: - XSLoader: 0 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.48 + 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 -build_requires: - ExtUtils::MakeMaker: 0 - Test::More: 0 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: indirect +no_index: + directory: + - t + - inc +requires: + Carp: '0' + XSLoader: '0' + perl: '5.008001' +resources: + 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.34'