projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
925db0d
)
repository metadata
Karen Etheridge [Thu, 12 Jul 2012 22:19:18 +0000 (15:19 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
7d5ab73
..
2704d2b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-7,4
+7,11
@@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'strictures',
VERSION_FROM => 'lib/strictures.pm',
+
+ META_ADD => {
+ resources => {
+ # r/w: p5sagit@git.shadowcat.co.uk:strictures.git
+ repository => 'git://git.shadowcat.co.uk/p5sagit/strictures.git',
+ },
+ },
);