projects
/
gitmo/MooseX-Daemonize.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
418f9e1
)
MI auto_repository plugin no longer exists; set repository manually
Karen Etheridge [Sun, 14 Apr 2013 23:19:49 +0000 (16:19 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
98d1409
..
b1e6d3d
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-16,5
+16,8
@@
requires 'MooseX::Types::Path::Class' => 0;
no_index 'directory' => 'examples';
auto_manifest;
-auto_repository;
+
+# r/w: gitmo@git.moose.perl.org:MooseX-Daemonize.git
+repository 'git://git.moose.perl.org/MooseX-Daemonize.git';
+
WriteAll;