add with qw( Role1 Role2 ) support
[gitmo/Mouse.git] / t / 500_moose_extends_mouse.t
index bdc5770..cb99d00 100644 (file)
@@ -3,7 +3,13 @@
 use strict;
 use warnings;
 
-use Test::More 'no_plan';
+use Test::More;
+use Test::Exception;
+BEGIN {
+    plan skip_all => "Moose required for this test" unless eval { require Moose  && Moose->VERSION('0.59') };
+    plan tests => 27;
+}
+
 use Test::Exception;
 
 {