projects
/
imager-screenshot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b4e133
)
add some META.yml metadata
author
Tony Cook
<tony@develop-help.com>
Wed, 23 Nov 2011 06:57:46 +0000
(17:57 +1100)
committer
Tony Cook
<tony@develop-help.com>
Wed, 23 Nov 2011 06:57:46 +0000
(17:57 +1100)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 3508f7011420f7cec297f9deb06242963e57b812..11745f3deb24bb9f8a9a078b7053ce055692c80f 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-107,7
+107,14
@@
if ($eu_mm_version >= 6.46) {
{
Imager => "0.69",
"Test::More" => "0.47",
- }
+ },
+ dynamic_config => 1,
+ resources =>
+ {
+ homepage => "http://imager.perl.org/",
+ repository => "git://git.imager.perl.org/imager-screenshot.git",
+ bugtracker => "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Imager-Screenshot",
+ },
};
}