projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ddb0420
)
add repo info to metadata
Karen Etheridge [Wed, 14 Nov 2012 20:59:46 +0000 (12:59 -0800)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
fb8b78d
..
e4f2cf1
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-12,4
+12,10
@@
WriteMakefile(
PREREQ_PM => {
'Test::More' => 0,
},
+ META_MERGE => {
+ resources => {
+ homepage => 'https://github.com/doy/try-tiny.git',
+ repository => 'git://github.com/doy/try-tiny.git',
+ },
+ },
);