This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af228c
)
RE: g++ compile and make test 100%
author
Robin Barker
<RMBarker@cpan.org>
Wed, 11 Oct 2006 16:58:10 +0000
(17:58 +0100)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 12 Oct 2006 14:03:55 +0000
(14:03 +0000)
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
2C2E01334A940D4792B3E115F95B7226120A68
@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@29000
ext/ODBM_File/t/odbm.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/ODBM_File/t/odbm.t
b/ext/ODBM_File/t/odbm.t
index
c4df3d8
..
7c9ffef
100755
(executable)
--- a/
ext/ODBM_File/t/odbm.t
+++ b/
ext/ODBM_File/t/odbm.t
@@
-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;
}