X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=df7604819f89c8054ed3b5c63c27acf910daef97;hb=4ee3190e219122aa1d8ad590e63231e3c2e2407b;hp=9d8bc437b82a291d5d17f52fcaac61268241e665;hpb=f1c70cbe8ab21dd89f564689ef9e20f6fbb82fea;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 9d8bc43..df76048 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,7 +51,10 @@ sub create_moose_compatibility_test { # some test does not pass... currently skip it. my %SKIP_TEST = ( '016-trigger.t' => "trigger's argument is incompatble :(", - '010-isa-or.t' => 'Mouse has a [BUG]', + '010-isa-or.t' => "Mouse has a [BUG]", + + '052-undefined-type-in-union.t' => "Mouse accepts undefined type as a member of union types", + '054-anon-leak.t' => 'Moose has memory leaks', '600-tiny-tiny.t' => "Moose doesn't support ::Tiny", '601-tiny-mouse.t' => "Moose doesn't support ::Tiny",