Author: jzucker
Date: Thu Mar 4 12:38:42 2004
New Revision: 184
Modified:
dbi/trunk/lib/DBD/DBM.pm
Log:
newer DBM.pm
Modified: dbi/trunk/lib/DBD/DBM.pm
==============================================================================
--- dbi/trunk/lib/DBD/DBM.pm (original)
+++ dbi/trunk/lib/DBD/DBM.pm Thu Mar 4 12:38:42 2004
@@ -79,6 +79,8 @@
#
# the attrs here *must* start with dbm_ or foo_
#
+ # see the STORE methods below for how to check these attrs
+ #
$this->{dbm_valid_attrs} = {
dbm_tables => 1 # per-table information
, dbm_type => 1 # the global DBM type e.g. SDBM_File