X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=META.yml;h=d41974a66e84733584308f1b7fff67e6ee8f0e23;hp=cae9804493b72d0c516632cb2d446b7689052bf4;hb=8e1c49f42da7671812398f92d819da04c7a41e1b;hpb=3da3422a177506a76087adc565afc06564df0b99 diff --git a/META.yml b/META.yml index cae9804..d41974a 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: indirect -version: 0.08 +version: 0.15 abstract: Lexically warn about using the indirect object syntax. author: - Vincent Pit @@ -8,16 +8,22 @@ license: perl distribution_type: module configure_requires: ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 + Test::More: 0 requires: + perl: 5.008 XSLoader: 0 +resources: + bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=indirect + homepage: http://search.cpan.org/dist/indirect/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git no_index: directory: - t - inc -generated_by: ExtUtils::MakeMaker version 6.46 +generated_by: ExtUtils::MakeMaker version 6.54 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 -build_requires: - ExtUtils::MakeMaker: 0 - Test::More: 0