[svn:dbd-oracle] r14938 - dbd-oracle/trunk
[email protected] Fri, 30 Sep 2011 07:50:04 -0700 (PDT)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: byterock
Date: Fri Sep 30 07:50:03 2011
New Revision: 14938
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/Oracle.pm
Log:
fixed minor typo in POD
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Fri Sep 30 07:50:03 2011
@@ -16,6 +16,7 @@
[DOCUMENTATION]
- announce that Oraperl will be removed from the dist by v1.38.
- add Mac OS instructions for Lion (patch by David Wheeler) [rt71109]
+ - fixed minor typo in POD (John Scoles)
Changes in DBD-Oracle 1.30
[DOCUMENTATION]
Modified: dbd-oracle/trunk/Oracle.pm
==============================================================================
--- dbd-oracle/trunk/Oracle.pm (original)
+++ dbd-oracle/trunk/Oracle.pm Fri Sep 30 07:50:03 2011
@@ -1580,7 +1580,7 @@
#import the ora fail over constants
#set up TAF on the connection
- my $dbh = DBI->connect('dbi:Oracle:XE','hr','hr',{ora_taf=>1,taf_sleep=>5,ora_taf_function=>'handle_taft'});
+ my $dbh = DBI->connect('dbi:Oracle:XE','hr','hr',{ora_taf=>1,taf_sleep=>5,ora_taf_function=>'handle_taf'});
#create the perl TAF event function