X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=blobdiff_plain;f=META.yml;h=5b8958f311b6c26d35f2e22b3b93a32165e0fe50;hp=e1d00d5459e0c2817e9bade5d85ac2f95d1f6e28;hb=HEAD;hpb=c3fc4d9635093e7de8f4d59aacfee773c7100e24 diff --git a/META.yml b/META.yml index e1d00d5..5b8958f 100644 --- a/META.yml +++ b/META.yml @@ -1,31 +1,34 @@ ---- #YAML:1.0 -name: autovivification -version: 0.04 -abstract: Lexically disable autovivification. +--- +abstract: 'Lexically disable autovivification.' 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 + Config: '0' + Exporter: '0' + ExtUtils::MakeMaker: '0' + POSIX: '0' + Test::More: '0' + XSLoader: '0' +configure_requires: + 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: autovivification +no_index: + directory: + - t + - inc requires: - perl: 5.008 - XSLoader: 0 + XSLoader: '0' + perl: '5.008003' resources: - bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=autovivification - homepage: http://search.cpan.org/dist/autovivification/ - license: http://dev.perl.org/licenses/ - repository: http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.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=autovivification + homepage: http://search.cpan.org/dist/autovivification/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git +version: '0.18' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018'