From: gfx Date: Sat, 10 Oct 2009 08:54:42 +0000 (+0900) Subject: Skip some tests for Moose X-Git-Tag: 0.37_06~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=ad20156284763b7d6019af2279f24e1af097f3be Skip some tests for Moose --- 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($_);