X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=META.yml;h=12f98e82732d118d1222ff2dfa93993b11fa3832;hp=694855fc5a56a6efa5913f8df18489903a627bd8;hb=93b51bb94f31703ed1270b3449dd278d12b209f4;hpb=3a2bd23781446db6c77c517bf8898e226859c4f7 diff --git a/META.yml b/META.yml index 694855f..12f98e8 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: indirect -version: 0.10 +version: 0.11 abstract: Lexically warn about using the indirect object syntax. author: - Vincent Pit @@ -8,8 +8,17 @@ 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/perl/modules/indirect.git no_index: directory: - t @@ -18,6 +27,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: - ExtUtils::MakeMaker: 0 - Test::More: 0