X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Finflate%2Fdatetime_mssql.t;h=edbac144752933fc2b5e83d9c2c395b8dfdd8a69;hb=d4702d539ce9d9d19868a0709576264c3b72afdd;hp=ae97a46b11513a2bba6cd595d503012eeb849b33;hpb=124162a0580d6007d51d85c5caf198a52a12989f;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/inflate/datetime_mssql.t b/t/inflate/datetime_mssql.t index ae97a46..edbac14 100644 --- a/t/inflate/datetime_mssql.t +++ b/t/inflate/datetime_mssql.t @@ -29,13 +29,6 @@ plan skip_all => 'Test needs ' . $dsn3 && DBIx::Class::Optional::Dependencies->req_ok_for('test_rdbms_mssql_ado')) or (not $dsn || $dsn2 || $dsn3); -# use this if you keep a copy of DBD::Sybase linked to FreeTDS somewhere else -BEGIN { - if (my $lib_dirs = $ENV{DBICTEST_MSSQL_PERL5LIB}) { - unshift @INC, $_ for split /:/, $lib_dirs; - } -} - if (not ($dsn || $dsn2 || $dsn3)) { plan skip_all => 'Set $ENV{DBICTEST_MSSQL_ODBC_DSN} and/or $ENV{DBICTEST_MSSQL_DSN} and/or '