ti...@cvs.perl.org
unread,Feb 14, 2013, 11:02:55 AM2/14/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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>