Minor typo in docs
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
The apostrophe in "it's" stood out to me. Thought I'd point it out. -Chris Sanders
its.diff
(text/x-patch, 595 B)
Index: DBI.pm =================================================================== --- DBI.pm (revision 15465) +++ DBI.pm (working copy) @@ -7585,7 +7585,7 @@ For normal use you only need to set the trace level, and generally only to a value between 1 and 4. -Each handle has it's own trace settings, and so does the DBI. +Each handle has its own trace settings, and so does the DBI. When you call a method the DBI merges the handles settings into its own for the duration of the call: the trace flags of the handle are OR'd into the trace flags of the DBI, and if the handle has a higher