Author: timbo Date: Mon May 10 13:35:28 2010 New Revision: 13975 Modified: dbi/trunk/DBI.pm
Log: Clarify that private_attribute_info relates to handle attributes (not method attributes) Modified: dbi/trunk/DBI.pm ============================================================================== --- dbi/trunk/DBI.pm (original) +++ dbi/trunk/DBI.pm Mon May 10 13:35:28 2010 @@ -3365,7 +3365,7 @@ $hash_ref = $h->private_attribute_info(); Returns a reference to a hash whose keys are the names of driver-private -attributes available for the kind of handle (driver, database, statement) +handle attributes available for the kind of handle (driver, database, statement) that the method was called on. For example, the return value when called with a DBD::Sybase $dbh could look like this:
