summaryrefslogtreecommitdiff
path: root/pod/perldsc.pod
diff options
context:
space:
mode:
authorTom Christiansen <tchrist@perl.com>1997-04-25 20:50:09 -0400
committerChip Salzenberg <chip@atlantic.net>1997-04-27 00:00:00 +1200
commitf102b8834494e736221c17057fae0f964511ea18 (patch)
treeb9b312850672d7c28c8c2c5c8dc3d38a119ad30f /pod/perldsc.pod
parentc76750589503afb0145298a66c155795ba686e77 (diff)
downloadperl-f102b8834494e736221c17057fae0f964511ea18.tar.gz
Split perlmod
private-msgid: 199704260050.RAA02468@toy.perl.com
Diffstat (limited to 'pod/perldsc.pod')
-rw-r--r--pod/perldsc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldsc.pod b/pod/perldsc.pod
index e2b82df796..aea53ae442 100644
--- a/pod/perldsc.pod
+++ b/pod/perldsc.pod
@@ -819,7 +819,7 @@ hashes) to a dbm file. The first problem is that all but GDBM and
Berkeley DB have size limitations, but beyond that, you also have problems
with how references are to be represented on disk. One experimental
module that does partially attempt to address this need is the MLDBM
-module. Check your nearest CPAN site as described in L<perlmod> for
+module. Check your nearest CPAN site as described in L<perlmodlib> for
source code to MLDBM.
=head1 SEE ALSO