X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f9c1517464ce58d083371f6d066cf0fb2f151807;hb=455994cf4a10e37350c65f542788e0a0b8fdaf8a;hp=bc320e18e40e8272506a73cea1c3b335c420520b;hpb=3f9d4c2b0a9fcde78357124e0990823f5f15f44f;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index bc320e1..f9c1517 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -74,7 +74,8 @@ sub create_moose_compatibility_test { return if /failing/; # skip tests in failing/ directories which are Moose specific - return if /100_with_moose/; # tests with Moose + return if /with_moose/; # tests with Moose + return if /100_bugs/; # some tests require Mouse specific files return if /deprecated/; my $basename = File::Basename::basename($_);