Skip to content

Commit

Permalink
Removed README.utf8 since the topic was covered better in the main docs.
Browse files Browse the repository at this point in the history
Prep for release candidate.


git-svn-id: http://svn.perl.org/modules/dbd-oracle/trunk@2334 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
timbo committed Dec 28, 2005
1 parent 4878964 commit 118ffb3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 52 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=head1 Changes in DBD-Oracle 1.17 (svn rev NNN)
=head1 Changes in DBD-Oracle 1.17 (svn rev 2334)

Fixed csform setting for Oracle 8.0.
Fixed csform setting for some UTF8 cases.
Expand All @@ -19,6 +19,7 @@
Updated README.aix thanks to Stephen de Vries.
Updated README.macosx thanks to Stephen de Vries.
Renamed README.*'s to add .txt suffix to make life easier for some.
Removed README.utf8 since the topic was covered better in the main docs.

The Copyright terms for DBD::Oracle have been simplified and now read:
The DBD::Oracle module is free software; you can redistribute it
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ README.login.txt
README.longs.txt
README.macosx.txt
README.sec.txt
README.utf8.txt
README.vms.txt
README.win32.txt
README.wingcc.txt Notes about building with mingw32 and cygwin32
Expand Down
2 changes: 1 addition & 1 deletion Oracle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

require 5.003;

$DBD::Oracle::VERSION = '1.16';
$DBD::Oracle::VERSION = '1.17';

my $ORACLE_ENV = ($^O eq 'VMS') ? 'ORA_ROOT' : 'ORACLE_HOME';

Expand Down
5 changes: 5 additions & 0 deletions README.clients.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
This file contains some random notes relating to minimal Oracle
configurations for building and/or using DBD::Oracle / Oraperl.


*** ALL THE TEXT BELOW IS OLD ***
*** THE PREFERED METHOD IS TO USE Oracle Instant Client ***


-------------------------------------------------------------------------------
With recent versions of Oracle (specifically >= 7.3) you may be
able to build DBD::Oracle without Pro*C installed by using the Oracle
Expand Down
49 changes: 0 additions & 49 deletions README.utf8.txt

This file was deleted.

0 comments on commit 118ffb3

Please sign in to comment.