Skip tests for strict constructor on Moose
gfx [Mon, 22 Feb 2010 05:39:44 +0000 (14:39 +0900)]
t/001_mouse/068-strict-constructor.t

index 801118c..d95e07f 100644 (file)
@@ -2,6 +2,8 @@
 use strict;
 use warnings;
 
+use if 'Mouse' eq 'Moose',
+    'Test::More' => skip_all => 'Moose does nots support strict constructor';
 use Test::More;
 use Test::Exception;