]> git.imager.perl.org - imager.git/commitdiff
include meta-spec in META.yml as required by the spec
authorTony Cook <tony@develop=help.com>
Fri, 15 Dec 2006 03:30:09 +0000 (03:30 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 15 Dec 2006 03:30:09 +0000 (03:30 +0000)
META.yml
Makefile.PL

index 120db91d30c76487441c25858fe3fdb8503ae5d1..7ca4a941c2dab8865d8907ffd99af08232c7c1e7 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -7,9 +7,12 @@ abstract: Perl extension for Generating 24 bit Images
 installdirs: site
 recommends:
   Parse::RecDescent: 0
-build_requires:
+requires:
   Test::More: 0.47
 license: perl
 dynamic_config: 1
 distribution_type: module
+meta-spec:
+  version: 1.3
+  url: http://module-build.sourceforge.net/META-spec-v1.3.html
 generated_by: Imager version 0.54
index 93fe866b6188827166d10ee22d852b25bc813de1..afe5bc2e5b15c166c2706050f87073f14c1edbf0 100644 (file)
@@ -863,6 +863,9 @@ YAML
 license: perl
 dynamic_config: 1
 distribution_type: module
+meta-spec:
+  version: 1.3
+  url: http://module-build.sourceforge.net/META-spec-v1.3.html
 generated_by: $opts->{NAME} version $version
 YAML
   my $save_meta;