[svn:dbi] r15574 - dbi/trunk
[email protected] Thu, 14 Feb 2013 08:02:55 -0800 (PST)
| Newsgroups | perl.dbi.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: timbo Date: Thu Feb 14 08:02:52 2013 New Revision: 15574 Modified: dbi/trunk/DBI.pm Log: clarify docs for can() re RT#83207 Modified: dbi/trunk/DBI.pm ============================================================================== --- dbi/trunk/DBI.pm (original) +++ dbi/trunk/DBI.pm Thu Feb 14 08:02:52 2013 @@ -3359,9 +3359,9 @@ $is_implemented = $h->can($method_name); Returns true if $method_name is implemented by the driver or a -default method is provided by the DBI. +default method is provided by the DBI's driver base class. It returns false where a driver hasn't implemented a method and the -default method is provided by the DBI is just an empty stub. +default method is provided by the DBI's driver base class is just an empty stub. =head3 C<parse_trace_flags>