[perl #68108] : also fix if/else constant folding
[p5sagit/p5-mst-13.2.git] / t / op / attrhand.t
index 8b11ac4..8c89f7f 100644 (file)
@@ -1,6 +1,10 @@
 #!/usr/bin/perl -w
 
 BEGIN {
+    if ($ENV{PERL_CORE_MINITEST}) {
+       print "1..0 # skip: miniperl can't load attributes\n";
+       exit 0;
+    }
     chdir 't' if -d 't';
     @INC = '../lib';
     require './test.pl';