Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / Makefile.PL
index 0326a72..feac472 100644 (file)
@@ -98,7 +98,10 @@ else{
 tests 't/*.t t/*/*.t';
 author_tests 'xt';
 
+homepage   'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Mouse.git';
 repository 'git://git.moose.perl.org/Mouse.git';
+# or web interface:
+# http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Mouse.git;a=summary
 
 system($^X, 'tool/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm') == 0
     or warn "Cannot generate Mouse::Tiny: $!";