projects
/
imager-graph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ed55f
)
set META.yml metadata
author
Tony Cook
<tony@develop-help.com>
Sat, 5 May 2012 03:29:33 +0000
(13:29 +1000)
committer
Tony Cook
<tony@develop-help.com>
Sat, 5 May 2012 03:29:33 +0000
(13:29 +1000)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 9625c71d4ca9c5ce69f0be025251176f717b9f94..868ac96ea7af20a9b2407595e081913099994617 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-12,6
+12,18
@@
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.git",
+ bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager-Graph",
+ },
+ };
+}
WriteMakefile(
%opts,