| Newsgroups |
perl.dbi.changes |
| Message-ID |
<[email protected]> |
Author: mjevans
Date: Wed Jun 30 13:01:37 2010
New Revision: 14216
Modified:
dbi/trunk/DBI.pm
Log:
he's => he is
that's => that is
it's => it
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Wed Jun 30 13:01:37 2010
@@ -117,7 +117,7 @@
directly to him; he just doesn't have the time to answer questions
personally. The I<dbi-users> mailing list has lots of experienced
people who should be able to help you if you need it. If you do email
-Tim he's very likely to just forward it to the mailing list.
+Tim he is very likely to just forward it to the mailing list.
=head2 NOTES
@@ -135,7 +135,7 @@
can take some time to catch up. Newer versions of the DBI have
added features that may not yet be supported by the drivers you
use. Talk to the authors of your drivers if you need a new feature
-that's not yet supported.
+that is not yet supported.
Features added after DBI 1.21 (February 2002) are marked in the
text with the version number of the DBI release they first appeared in.
@@ -6008,7 +6008,7 @@
If a scalar value is bound, instead of an array reference, it is
treated as a I<variable> length array with all elements having the
-same value. It's does not influence the number of tuples executed,
+same value. It does not influence the number of tuples executed,
so if all bound arrays have zero elements then zero tuples will
be executed. If I<all> bound values are scalars then one tuple
will be executed, making execute_array() act just like execute().