Author: jkeenan
Date: Wed Jan  9 19:23:25 2008
New Revision: 24714

Modified:
   trunk/config/auto/gdbm.pm

Log:
Added some documentation to the DESCRIPTION section quoting from the GNU site 
for gdbm.

Modified: trunk/config/auto/gdbm.pm
==============================================================================
--- trunk/config/auto/gdbm.pm   (original)
+++ trunk/config/auto/gdbm.pm   Wed Jan  9 19:23:25 2008
@@ -10,6 +10,10 @@
 Determines whether the platform supports gdbm. This is needed for the dynamic
 GDBMHash PMC.
 
+From L<http://www.gnu.org/software/gdbm/>:  "GNU dbm is a set of database
+routines that use extensible hashing. It works similar to the standard Unix
+dbm routines."
+
 =cut
 
 package auto::gdbm;

Reply via email to