projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6810442
)
skip t/RT96893_perlcc.t with too old B::C versions
Reini Urban [Fri, 11 Jul 2014 15:43:43 +0000 (10:43 -0500)]
t/RT96893_perlcc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/RT96893_perlcc.t
b/t/RT96893_perlcc.t
index
4e137fa
..
71e6404
100644
(file)
--- a/
t/RT96893_perlcc.t
+++ b/
t/RT96893_perlcc.t
@@
-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";
}