New XS::APItest's for sv_peek based on my DDumper work
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / t / odbm.t
index c4df3d8..7c9ffef 100755 (executable)
@@ -6,7 +6,7 @@ BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
     require Config; import Config;
-    if ($Config{'extensions'} !~ /\bODBM_File\b/) {
+    if ($Config{'extensions'} !~ /\bODBM_File\b/ or $Config{'d_cplusplus'}) {
        print "1..0 # Skip: ODBM_File was not built\n";
        exit 0;
     }