Skip tests for strict constructor on Moose
[gitmo/Mouse.git] / 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;