X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=58960a9f8a26db147b5eb3e701aad5e832943683;hb=7f627364a9120ef321d5903f33fb2522657817eb;hp=18e0c25f7fb39bb395d30d30e1a52b769eb179a8;hpb=38f4a557632e3df5d521ea0f88c885c92826ca33;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 18e0c25..58960a9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,6 +10,8 @@ BEGIN{ use strict; use warnings; BEGIN { + unshift @INC, 'inc'; + # author requires, or bundled modules my @devmods = qw( inc::Module::Install 1.00 @@ -97,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: $!"; @@ -139,6 +143,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} };