X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=87e140775cbcecbc12a694dbe29ad86fc0fcf8a7;hb=37da09a2cefd59ff5d24c60c77a14a3fcfb1e83e;hp=c38e4a103199c6550b85c0e775477266d1305dd2;hpb=90a100fdbbb882fff636d5bbcc2b8d66b96412fa;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/META.yml b/META.yml index c38e4a1..87e1407 100644 --- a/META.yml +++ b/META.yml @@ -1,19 +1,25 @@ --- #YAML:1.0 -name: Variable-Magic -version: 0.24 -abstract: Associate user-defined magic to variables from Perl. -license: perl -author: +name: Variable-Magic +version: 0.25 +abstract: Associate user-defined magic to variables from Perl. +author: - Vincent Pit -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: - Carp: 0 - Exporter: 0 - XSLoader: 0 +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.3.html - version: 1.3 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 build_requires: Config: 0 ExtUtils::MakeMaker: 0