rephrase skip_all test
Dave Rolsky [Thu, 22 Jan 2009 22:17:25 +0000 (22:17 +0000)]
t/306_is_class_loaded.t

index a4adb10..40bcd83 100644 (file)
@@ -8,7 +8,8 @@ use Test::More;
 use Class::MOP ();
 
 plan 'skip_all' => 'This test is only meaningful for an XS-enabled CMOP with Perl < 5.10'
-    unless Class::MOP::USING_XS() && ! Class::MOP::IS_RUNNING_ON_5_10();
+    if Class::MOP::IS_RUNNING_ON_5_10() || ! Class::MOP::USING_XS();
+
 
 plan tests => 1;