[Moose-commits] r7596 - Mouse/trunk/t/800_shikabased
sartak at code2.0beta.co.uk
sartak at code2.0beta.co.uk
Tue Feb 10 01:31:06 GMT 2009
Author: sartak
Date: 2009-02-09 17:31:06 -0800 (Mon, 09 Feb 2009)
New Revision: 7596
Modified:
Mouse/trunk/t/800_shikabased/013-compatibility-get_method_list.t
Log:
Skip these tests if you have an old Moose
Modified: Mouse/trunk/t/800_shikabased/013-compatibility-get_method_list.t
===================================================================
--- Mouse/trunk/t/800_shikabased/013-compatibility-get_method_list.t 2009-02-10 01:29:04 UTC (rev 7595)
+++ Mouse/trunk/t/800_shikabased/013-compatibility-get_method_list.t 2009-02-10 01:31:06 UTC (rev 7596)
@@ -1,7 +1,7 @@
use strict;
use warnings;
use Test::More;
-plan skip_all => "This test requires Moose" unless eval "require Moose; 1;";
+plan skip_all => "This test requires Moose 0.68" unless eval "require Moose 0.68; 1;";
plan tests => 6;
test($_) for qw/Moose Mouse/;
More information about the Moose-commits
mailing list