X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Makefile.PL;h=58960a9f8a26db147b5eb3e701aad5e832943683;hp=0326a726bee9bb26cf8b7462149727078ddb80ec;hb=031f47efbfc263acad7d2b5edbaa322ca4207ecb;hpb=b910af205d0010505b6816f62beffe0a02a6f88a diff --git a/Makefile.PL b/Makefile.PL index 0326a72..58960a9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -99,6 +99,8 @@ tests 't/*.t t/*/*.t'; author_tests 'xt'; 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: $!";