X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=14a21aaa5584e99a492c673c47f28d9c05593b61;hb=5c32c65e51fca0ff49c43b814e9653e01b1e56f1;hp=87e140775cbcecbc12a694dbe29ad86fc0fcf8a7;hpb=37da09a2cefd59ff5d24c60c77a14a3fcfb1e83e;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/META.yml b/META.yml index 87e1407..14a21aa 100644 --- a/META.yml +++ b/META.yml @@ -1,26 +1,45 @@ ---- #YAML:1.0 -name: Variable-Magic -version: 0.25 -abstract: Associate user-defined magic to variables from Perl. +--- +abstract: 'Associate user-defined magic to variables from Perl.' author: - - Vincent Pit -license: perl -distribution_type: module + - 'Vincent Pit ' +build_requires: + Carp: '0' + Config: '0' + Exporter: '0' + ExtUtils::MakeMaker: '0' + IO::Handle: '0' + IO::Select: '0' + IPC::Open3: '0' + POSIX: '0' + Socket: '0' + Test::More: '0' + XSLoader: '0' + base: '0' + lib: '0' configure_requires: - ExtUtils::MakeMaker: 0 -requires: - Carp: 0 - Exporter: 0 - 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.0401, CPAN::Meta::Converter version 2.150005' +license: perl meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -build_requires: - Config: 0 - ExtUtils::MakeMaker: 0 - Test::More: 0 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Variable-Magic +no_index: + directory: + - t + - inc +requires: + Carp: '0' + Exporter: '0' + XSLoader: '0' + base: '0' + perl: '5.008' +resources: + bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Variable-Magic + homepage: http://search.cpan.org/dist/Variable-Magic/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git +version: '0.58' +x_serialization_backend: 'CPAN::Meta::YAML version 0.016'