X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=6aecb3243325e7068f63e8eb7f7e61dee8eea415;hb=3c57941c660d64b4b3ad75b15d5afc8e9201f5d0;hp=d276af4808c8c237558958214b8f83747cc61196;hpb=8d1e537ed209474d537750620e118f79455a883f;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/META.yml b/META.yml index d276af4..6aecb32 100644 --- a/META.yml +++ b/META.yml @@ -1,17 +1,29 @@ --- #YAML:1.0 name: Variable-Magic -version: 0.28 +version: 0.32 abstract: Associate user-defined magic to variables from Perl. author: - Vincent Pit license: perl distribution_type: module configure_requires: + Config: 0 ExtUtils::MakeMaker: 0 +build_requires: + Carp: 0 + Config: 0 + ExtUtils::MakeMaker: 0 + Test::More: 0 requires: Carp: 0 Exporter: 0 + perl: 5.008 XSLoader: 0 +resources: + bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Variable-Magic + homepage: http://search.cpan.org/dist/Variable-Magic/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/perl/modules/Variable-Magic.git no_index: directory: - t @@ -20,10 +32,3 @@ 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