Still no working Berkeley DB in OS X 10.2
Kay Röpke [Tue, 3 Sep 2002 13:46:18 +0000 (15:46 +0200)]
Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>

p4raw-id: //depot/perl@17838

ext/DB_File/t/db-btree.t
ext/DB_File/t/db-recno.t

index a990a5c..2821526 100755 (executable)
@@ -24,7 +24,7 @@ BEGIN {
        && $Config{db_version_patch} == 0) {
        warn <<EOM;
 #
-# This test is known to crash in Mac OS X versions 10.1.4 (or earlier)
+# This test is known to crash in Mac OS X versions 10.2 (or earlier)
 # because of the buggy Berkeley DB version included with the OS.
 #
 EOM
index 5390b54..48f28b8 100755 (executable)
@@ -112,7 +112,7 @@ EOM
            && $Config{db_version_patch} == 0) {
            print STDERR <<EOM ;
 #
-# For example Mac OS X 10.1.4 (or earlier) has such an old
+# For example Mac OS X 10.2 (or earlier) has such an old
 # version of Berkeley DB.
 EOM
        }