| timbo@cvs.perl.org 2006-01-14, 8:24 pm |
| Author: timbo
Date: Sat Jan 14 14:49:00 2006
New Revision: 2417
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/README
Log:
Tweaked README. Tested it works on OSX.
Modified: dbd-oracle/trunk/Changes
====================
====================
====================
==================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Sat Jan 14 14:49:00 2006
@@ -1,4 +1,4 @@
-=head1 Changes in DBD-Oracle 1.17 (svn rev 2413) XXth January 2005
+=head1 Changes in DBD-Oracle 1.17 (svn rev 2417) XXth January 2005
Fixed automatic csform setting for some UTF8 cases and for Oracle 8.0
Fixed truncation error on fetch into UTF8 charset thanks to Honza Pazdziora.
Modified: dbd-oracle/trunk/README
====================
====================
====================
==================
--- dbd-oracle/trunk/README (original)
+++ dbd-oracle/trunk/README Sat Jan 14 14:49:00 2006
@@ -87,8 +87,8 @@ directory that has the make command inst
on Solaris) and add that to your PATH environment variable.
Don't worry about most warnings when make runs, specifically ones like
-"end-of-loop code not reached", "ANSI C forbids braced-groups within
-expressions", "cast increases required alignment of target type" etc.
+"end-of-loop code not reached", "... due to prototype",
+"cast increases required alignment of target type", etc.
If you have problems see the 'IF YOU HAVE PROBLEMS' section below.
If it builds without error you should then run 'make test'. For the
|