X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F019-handles.t;h=9208a3c8fc6475922b293cc68fabf8ddca921c3d;hp=10acf1ea6dddcd65e75fef1f80bc6519f47183b3;hb=284ca75b14da9b2685a78b7a0d4228512c8575c6;hpb=eb88905f17a3087b826253807b2e4bc839a977d8 diff --git a/t/019-handles.t b/t/019-handles.t index 10acf1e..9208a3c 100644 --- a/t/019-handles.t +++ b/t/019-handles.t @@ -120,7 +120,7 @@ is_deeply( { - local $TODO = "failed in 5.10.1, but I don't know why (gfx)" if $] == 5.010_001; + local $TODO = "failed on some environment, but I don't know why it happens (gfx)"; throws_ok{ $object->person(undef); $object->person_name();