X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=99a34cb7aae7ba048b4809da04cb472c41d0e820;hb=da4cceb83810de827ceba611a1459c0afd672039;hp=71bb2604c3f1a8342be17354d783520bc2a27717;hpb=cab38339ae33e6209dccf65521b7de672820b531;p=perl%2Fmodules%2FScope-Upper.git diff --git a/META.yml b/META.yml index 71bb260..99a34cb 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Scope-Upper -version: 0.06 +version: 0.07 abstract: Act on upper scopes. author: - Vincent Pit @@ -8,9 +8,18 @@ license: perl distribution_type: module configure_requires: ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 + Test::More: 0 requires: Exporter: 0 + perl: 5.006 XSLoader: 0 +resources: + bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Scope-Upper + homepage: http://search.cpan.org/dist/Scope-Upper/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/perl/modules/Scope-Upper.git no_index: directory: - t @@ -19,6 +28,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