From: gfx Date: Thu, 3 Dec 2009 02:06:02 +0000 (+0900) Subject: Update the repository information X-Git-Tag: 0.40_09~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=2a3e3aa63b05f2ad66d96a3e3bd559163a947a45 Update the repository information --- diff --git a/Makefile.PL b/Makefile.PL index 91543a0..45d8a17 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -84,6 +84,8 @@ if (author_context()) { } } +repository 'git://git.moose.perl.org/Mouse.git'; + tests 't/*.t t/*/*.t'; clean_files 'lib/Mouse/Tiny.pm $(O_FILES)'; diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 19c042f..334e8d3 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -392,7 +392,7 @@ keywords (such as L) it will break loudly instead breaking subtly. We have a public git repository: - git clone git://jules.scsys.co.uk/gitmo/Mouse.git + git clone git://git.moose.perl.org/Mouse.git =head1 DEPENDENCIES