summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>1999-02-22 10:07:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-02-22 10:24:51 +0000
commit20896112130a9b4a4cb85e4d0533df4c08faf441 (patch)
treea4d1e6d25f986b6cac524c796f4e352110cc1af8 /t
parentd31f3823ad8e1cfac726b22b7f10e070cb52a665 (diff)
downloadperl-20896112130a9b4a4cb85e4d0533df4c08faf441.tar.gz
DB_File 1.64 patch
To: gsar@activestate.com (Gurusamy Sarathy) Cc: perl5-porters@perl.org (Perl5 Porters) Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk> p4raw-id: //depot/cfgperl@3011
Diffstat (limited to 't')
-rwxr-xr-xt/lib/db-recno.t8
1 files changed, 5 insertions, 3 deletions
diff --git a/t/lib/db-recno.t b/t/lib/db-recno.t
index 636a43fa59..d5afeb0e0d 100755
--- a/t/lib/db-recno.t
+++ b/t/lib/db-recno.t
@@ -42,14 +42,16 @@ sub bad_one
{
print STDERR <<EOM unless $bad_ones++ ;
#
-# Some older versions of Berkeley DB will fail tests 51, 53 and 55.
+# Some older versions of Berkeley DB version 1 will fail tests 51,
+# 53 and 55.
#
# You can safely ignore the errors if you're never going to use the
# broken functionality (recno databases with a modified bval).
# Otherwise you'll have to upgrade your DB library.
#
-# If you want to upgrade Berkeley DB, the most recent version is 1.85.
-# Check out http://www.bostic.com/db for more details.
+# If you want to use Berkeley DB version 1, then 1.85 and 1.86 are the
+# last versions that were released. Berkeley DB version 2 is continually
+# being updated -- Check out http://www.sleepycat.com/ for more details.
#
EOM
}