]> git.imager.perl.org - imager-graph.git/blobdiff - Makefile.PL
skip POD tests unless IMAGER_AUTHOR_TESTING or AUTOMATED_TESTING is set
[imager-graph.git] / Makefile.PL
index 9625c71d4ca9c5ce69f0be025251176f717b9f94..6792a24da69f3c6b33ec7913da1e72201e7528a9 100644 (file)
@@ -12,6 +12,22 @@ if ($MM_ver > 6.06) {
 if ($MM_ver >= 6.31) {
   $opts{LICENSE} = 'perl';
 }
+if ($MM_ver >= 6.46) {
+  $opts{META_MERGE} =
+    {
+     license => "perl",
+     resources =>
+     {
+      homepage => "http://imager.perl.org/",
+      repository => "git://git.imager.perl.org/imager-graph.git",
+      bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager-Graph",
+     },
+    };
+}
+
+if ($MM_ver >= 6.48) {
+  $opts{MIN_PERL_VERSION} = "5.006";
+}
 
 WriteMakefile(
               %opts,