X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=d276af4808c8c237558958214b8f83747cc61196;hb=df960e82cd3afbcdb73a674281a116ddce54a2f8;hp=c4bb41998d4390669adae27bb48d270f036a406c;hpb=183e73e0590b46550dfa6fdd4b6cf3280c1a5877;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/META.yml b/META.yml index c4bb419..d276af4 100644 --- a/META.yml +++ b/META.yml @@ -1,14 +1,29 @@ -# http://module-build.sourceforge.net/META-spec.html -#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# -name: Variable-Magic -version: 0.07_01 -version_from: lib/Variable/Magic.pm -installdirs: site +--- #YAML:1.0 +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 + 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 - XSLoader: 0 - -distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.30 +resources: + bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Variable-Magic + repository: http://git.profvince.com/perl/modules/Variable-Magic.git