diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-18 18:20:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-18 18:20:40 +0000 |
commit | 0fbd2a467498985bda6ab127d71092089fb59bf2 (patch) | |
tree | a6c2e227c9b583ba23ef5e2973c4804907365410 /ext/SDBM_File/SDBM_File.pm | |
parent | ceb977da9f96fdae76522541d78f3ce7b09a90c4 (diff) | |
download | perl-0fbd2a467498985bda6ab127d71092089fb59bf2.tar.gz |
Document the NDBM_File and ODBM_File as SDBM_File
was documented in #6417.
p4raw-id: //depot/perl@6701
Diffstat (limited to 'ext/SDBM_File/SDBM_File.pm')
-rw-r--r-- | ext/SDBM_File/SDBM_File.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/SDBM_File/SDBM_File.pm b/ext/SDBM_File/SDBM_File.pm index 438b8d02c1..b3502b9837 100644 --- a/ext/SDBM_File/SDBM_File.pm +++ b/ext/SDBM_File/SDBM_File.pm @@ -103,8 +103,6 @@ This warning is emmitted when you try to store a key or a value that is too long. It means that the change was not recorded in the database. See BUGS AND WARNINGS below. - - =head1 BUGS AND WARNINGS There are a number of limits on the size of the data that you can |