summaryrefslogtreecommitdiff
path: root/databases/p5-MLDBM/patches/patch-aa
blob: b6afb3845f3a97f6d6d23024d42480cc6d4304d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2001/04/02 14:33:50 agc Exp $

--- lib/MLDBM.pm.orig	Sun May 10 18:06:39 1998
+++ lib/MLDBM.pm
@@ -255,7 +255,7 @@
 
 B<MLDBM> relies on an underlying TIEHASH implementation (usually a
 DBM package), and an underlying serialization package.  The respective
-defaults are B<SDBM_File> and D<Data::Dumper>.  Both of these defaults
+defaults are B<SDBM_File> and B<Data::Dumper>.  Both of these defaults
 can be changed.  Changing the B<SDBM_File> default is strongly recommended.
 See L<WARNINGS> below.