summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-07-02 08:01:45 +0200
committerfranck cuny <franck@lumberjaph.net>2009-07-02 08:01:45 +0200
commitfc0d1769e8156cc18b59b98fb97dfe3bee9b5233 (patch)
treeccc8387cdcf9a39572c038d6f01fc123af33f01e
parentChecking in changes prior to tagging of version 0.1.1. Changelog diff is: (diff)
downloadmoosex-methodprivate-fc0d1769e8156cc18b59b98fb97dfe3bee9b5233.tar.gz
add repository
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index bd3a478..3fa146b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,4 +12,5 @@ tests 't/*.t';
 build_requires 'Test::More';
 use_test_base;
 auto_include;
+repository 'http://github.com/franckcuny/MooseX--MethodPrivate/tree/master'
 WriteAll;