From: gfx Date: Fri, 30 Oct 2009 00:52:35 +0000 (+0900) Subject: Add comment to 810-isa-or.t X-Git-Tag: 0.40_03~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=9e94a14dcd9baa122aa7fcc415ce56c9c10aff3e Add comment to 810-isa-or.t --- diff --git a/t/001_mouse/810-isa-or.t b/t/001_mouse/810-isa-or.t index c60e45c..57b212c 100644 --- a/t/001_mouse/810-isa-or.t +++ b/t/001_mouse/810-isa-or.t @@ -1,3 +1,9 @@ +#!perl + +# XXX: +# XXX: !!!Currently this test is not compatible with Moose!!! +# XXX: + use strict; use warnings; use Test::More tests => 18;