From: gfx Date: Fri, 25 Sep 2009 07:01:31 +0000 (+0900) Subject: Make a test TODO X-Git-Tag: 0.35~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=284ca75b14da9b2685a78b7a0d4228512c8575c6;hp=eb88905f17a3087b826253807b2e4bc839a977d8 Make a test TODO --- 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();