Fix unknown macro D<...> from pod2man.
This commit is contained in:
parent
babdb077d1
commit
e62c8b62cf
2 changed files with 16 additions and 0 deletions
3
devel/p5-MLDBM/files/patch-sum
Normal file
3
devel/p5-MLDBM/files/patch-sum
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: patch-sum,v 1.1 2000/08/28 23:58:47 jlam Exp $
|
||||
|
||||
MD5 (patch-aa) = 9659f7252fd47b353af4a2fb2ec79236
|
13
devel/p5-MLDBM/patches/patch-aa
Normal file
13
devel/p5-MLDBM/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1 2000/08/28 23:58:49 jlam 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.
|
||||
|
Loading…
Reference in a new issue