add note about sybase dbic branch
Rafael Kitover [Sat, 29 Aug 2009 01:14:40 +0000 (01:14 +0000)]
t/15sybase_common.t

index 06ff9c0..b00b43c 100644 (file)
@@ -2,6 +2,9 @@ use strict;
 use lib qw(t/lib);
 use dbixcsl_common_tests;
 
+# You need the sybase branch of DBIx::Class, from:
+# http://dev.catalyst.perl.org/repos/bast/DBIx-Class/0.08/branches/sybase
+
 my $dsn      = $ENV{DBICTEST_SYBASE_DSN} || '';
 my $user     = $ENV{DBICTEST_SYBASE_USER} || '';
 my $password = $ENV{DBICTEST_SYBASE_PASS} || '';