remove unneeded shebang
[p5sagit/Sub-Name.git] / t / RT96893_perlcc.t
index 4e137fa..71e6404 100644 (file)
@@ -5,6 +5,9 @@ eval "use B::C;";
 if ($@) {
   print "1..0 # SKIP B::C required for testing perlcc -O3\n";
   exit;
+} elsif ($B::C::VERSION lt '1.48') {
+  print "1..0 # SKIP testing too old B-C-$B::C::VERSION\n";
+  exit;
 } else {
   print "1..1\n";
 }