[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-367-ga4e84d4

Ruslan Zakirov ruz at bestpractical.com
Wed Apr 28 14:33:08 EDT 2010


The branch, 3.8-trunk has been updated
       via  a4e84d4dd36f52b80587cc141bc6c855ec0fe6f6 (commit)
      from  725318d62ce99aee6fe4eeb0a151fb9315d12b34 (commit)

Summary of changes:
 sbin/rt-test-dependencies.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit a4e84d4dd36f52b80587cc141bc6c855ec0fe6f6
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Wed Apr 28 22:28:01 2010 +0400

    we must avoid DBD::Oracle 1.23, not 1.22

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index f003341..928db7a 100755
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -381,7 +381,7 @@ GD::Text
 .
 
 my %AVOID = (
-    'DBD::Oracle' => [qw(1.22)],
+    'DBD::Oracle' => [qw(1.23)],
 );
 
 if ($args{'download'}) {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list