X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=META.yml;h=5c8cc72b84d7bcd6005e045ce5b70ce69713df7c;hp=61dd4b02ec55f525b0ef5350571115c1d1c11752;hb=HEAD;hpb=f150c894e167f61657768a604642dfe052d12046 diff --git a/META.yml b/META.yml index 61dd4b0..5c8cc72 100644 --- a/META.yml +++ b/META.yml @@ -1,34 +1,38 @@ ---- #YAML:1.0 -name: Lexical-Types -version: 0.10 -abstract: Extend the semantics of typed lexicals. +--- +abstract: 'Extend the semantics of typed lexicals.' author: - - Vincent Pit -license: perl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Vincent Pit ' build_requires: - Carp: 0 - constant: 0 - ExtUtils::MakeMaker: 0 - Test::More: 0 - XSLoader: 0 + Carp: '0' + Config: '0' + ExtUtils::MakeMaker: '0' + File::Spec: '0' + Test::More: '0' + XSLoader: '0' + constant: '0' + lib: '0' +configure_requires: + Config: '0' + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Lexical-Types +no_index: + directory: + - t + - inc requires: - Carp: 0 - perl: 5.008003 - XSLoader: 0 + Carp: '0' + XSLoader: '0' + perl: '5.008004' resources: - bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lexical-Types - homepage: http://search.cpan.org/dist/Lexical-Types/ - license: http://dev.perl.org/licenses/ - repository: http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.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=Lexical-Types + homepage: http://search.cpan.org/dist/Lexical-Types/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.git +version: '0.16' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018'