X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=d276af4808c8c237558958214b8f83747cc61196;hb=8d1e537ed209474d537750620e118f79455a883f;hp=b0a9eb4b2f2c66b569bebd208e3b1266513a58c4;hpb=14f66d40970bef63105be046a109c1a32859a8a0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/META.yml b/META.yml index b0a9eb4..d276af4 100644 --- a/META.yml +++ b/META.yml @@ -1,17 +1,29 @@ --- #YAML:1.0 -name: Variable-Magic -version: 0.04 -abstract: Associate user-defined magic to variables from Perl. -license: perl -generated_by: ExtUtils::MakeMaker version 6.36 -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.28 +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