Update the repository information
gfx [Thu, 3 Dec 2009 02:06:02 +0000 (11:06 +0900)]
Makefile.PL
lib/Mouse.pm

index 91543a0..45d8a17 100755 (executable)
@@ -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)';
index 19c042f..334e8d3 100644 (file)
@@ -392,7 +392,7 @@ keywords (such as L</extends>) 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