Update the repository information
[gitmo/Mouse.git] / Makefile.PL
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)';