summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-07-02 08:02:38 +0200
committerfranck cuny <franck@lumberjaph.net>2009-07-02 08:02:38 +0200
commitbb03ed1412cce6c4acf7f3cdbbd7528c21e7bc51 (patch)
tree007426c616f548151d8d9944b247ba71902f0189
parentadd repository (diff)
downloadmoosex-methodprivate-bb03ed1412cce6c4acf7f3cdbbd7528c21e7bc51.tar.gz
typo ... master
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 3fa146b..9a2aa1f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,5 +12,5 @@ tests 't/*.t';
 build_requires 'Test::More';
 use_test_base;
 auto_include;
-repository 'http://github.com/franckcuny/MooseX--MethodPrivate/tree/master'
+repository 'http://github.com/franckcuny/MooseX--MethodPrivate/tree/master';
 WriteAll;