X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=feac472809f28d0ea244c71fabf862e7dd7994f9;hb=40762421972358b8f2b5a4489a00fea7de44bdf7;hp=17ed88e55d42cb663c13cf2a77d2fcfe0415823c;hpb=1746908e63ce233fad3c290d731ac34aff7c2d22;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 17ed88e..feac472 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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: $!"; @@ -141,6 +144,7 @@ EOT clean_files q{ lib/Mouse/Tiny.pm $(O_FILES) test-mydeps-*.log + xshelper.h *.out cover_db xs-src/*.gc{v,no,da} };