From: Rafael Kitover Date: Tue, 7 Jul 2009 11:58:19 +0000 (+0000) Subject: add comment about sybase DSN X-Git-Tag: 0.04999_08~2^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1765b8a07c9f9aa080bc316371ab56b6842a4e65;p=dbsrgits%2FDBIx-Class-Schema-Loader.git add comment about sybase DSN --- diff --git a/t/15sybase_common.t b/t/15sybase_common.t index f0e5f4c..bce97e1 100644 --- a/t/15sybase_common.t +++ b/t/15sybase_common.t @@ -2,6 +2,8 @@ use strict; use lib qw(t/lib); use dbixcsl_common_tests; +# you need maxConnect=256 in your DSN for this test to pass + my $dsn = $ENV{DBICTEST_SYBASE_DSN} || ''; my $user = $ENV{DBICTEST_SYBASE_USER} || ''; my $password = $ENV{DBICTEST_SYBASE_PASS} || '';