Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[svn:dbi] r15574 - dbi/trunk

2 views
Skip to first unread message

ti...@cvs.perl.org

unread,
Feb 14, 2013, 11:02:55 AM2/14/13
to svn-commit-...@perl.org
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>

0 new messages