X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=e67f456a7449db553f4b9e4561b900a40323c9bb;hb=0c555be0dab6fe6582f787cc03e82fd460bcd59c;hp=46168a1b04866a8e5a51ea08ac5f8a5f8d80e5a9;hpb=0f6f5717615db7019992273892a3360bfcc5ca7f;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/META.yml b/META.yml index 46168a1..e67f456 100644 --- a/META.yml +++ b/META.yml @@ -1,17 +1,29 @@ --- #YAML:1.0 -name: Variable-Magic -version: 0.06 -abstract: Associate user-defined magic to variables from Perl. -license: perl -generated_by: ExtUtils::MakeMaker version 6.36_01 -distribution_type: module -requires: - Carp: 0 - Exporter: 0 - Test::More: 0 - XSLoader: 0 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.2.html - version: 1.2 +name: Variable-Magic +version: 0.27 +abstract: Associate user-defined magic to variables from Perl. author: - Vincent Pit +license: perl +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +requires: + Carp: 0 + Exporter: 0 + XSLoader: 0 +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.48 +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 +resources: + bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Variable-Magic + repository: http://git.profvince.com/perl/modules/Variable-Magic.git