[svn:dbd-oracle] r14765 - dbd-oracle/trunk

[email protected] Sun, 20 Mar 2011 10:38:19 -0700 (PDT)
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: byterock
Date: Sun Mar 20 10:38:19 2011
New Revision: 14765

Modified:
   dbd-oracle/trunk/Changes

Log:
crap typo 

Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes	(original)
+++ dbd-oracle/trunk/Changes	Sun Mar 20 10:38:19 2011
@@ -1,6 +1,6 @@
 =head1 Changes in DBD-Oracle 1.28 (svn rev 14765)
 
-  Changed out note for diag in 26exe_array.t so it is compatiable with older version of test by John Scoles
+  Changed 26exe_array.t so it is compatiable with older version of Test::More by John Scoles
   A fix from Charles Jardine for 58object.t to stop an error on some 64 bit systems
   A few quick changes from H. Merijn Brand to fix some compiler warings and a fix for Oracle 9 clients
   Added connection attribute 'ora_connect_with_default_signals' that will localize Perl's $SIG{INT} handler from Brian Phillips and T. Bunce