X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ab6479f9a7ca5870853fba10f66158aefa0c36bc;hb=cfa6d970245f1bbc9330c0e4bb3342356a43ac16;hp=9d8bc437b82a291d5d17f52fcaac61268241e665;hpb=f1c70cbe8ab21dd89f564689ef9e20f6fbb82fea;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 9d8bc43..ab6479f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,7 +51,9 @@ 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", '600-tiny-tiny.t' => "Moose doesn't support ::Tiny", '601-tiny-mouse.t' => "Moose doesn't support ::Tiny",