Author: timbo Date: Sat Feb 4 12:51:39 2012 New Revision: 15128 Modified: dbi/trunk/Changes dbi/trunk/lib/DBI/DBD.pm
Log: Minor changes to the install_method() docs in DBI::DBD Modified: dbi/trunk/Changes ============================================================================== --- dbi/trunk/Changes (original) +++ dbi/trunk/Changes Sat Feb 4 12:51:39 2012 @@ -13,6 +13,7 @@ Corrected typo in example in docs (David Precious) Added note that calling clone() without an arg may warn in future. + Minor changes to the install_method() docs in DBI::DBD. =head2 Changes in DBI 1.617 (svn r15107) 30th January 2012 Modified: dbi/trunk/lib/DBI/DBD.pm ============================================================================== --- dbi/trunk/lib/DBI/DBD.pm (original) +++ dbi/trunk/lib/DBI/DBD.pm Sat Feb 4 12:51:39 2012 @@ -789,11 +789,11 @@ $method_name must being with 'C<ora_>', and for DBD::AnyData it must begin with 'C<ad_>'. -The attributes can be used to provide fine control over how the DBI -dispatcher handles the dispatching of the method. However, at this -point, it's undocumented and very liable to change. (Volunteers to -polish up and document the interface are very welcome to get in -touch via [email protected]) +The C<\%attr> attributes can be used to provide fine control over how the DBI +dispatcher handles the dispatching of the method. However it's undocumented +at the moment. See the IMA_* #define's in DBI.xs and the O=>0x000x values in +the initialization of %DBI::DBI_methods in DBI.pm. (Volunteers to polish up +and document the interface are very welcome to get in touch via [email protected]). Methods installed using install_method default to the standard error handling behaviour for DBI methods: clearing err and errstr before
