X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F74mssql.t;h=263fecbc3842a5bd2e08adfa31c0850543435f19;hb=db57071fd969d9357a96a9b07f7ae65f5cce51e5;hp=243ae0e4a0d4cc38105eb5d9c6b2923f2fcc270c;hpb=7fc9679d3181ac6cdd7b7f9c7cdfb4030c928d63;p=dbsrgits%2FDBIx-Class.git diff --git a/t/74mssql.t b/t/74mssql.t index 243ae0e..263fecb 100644 --- a/t/74mssql.t +++ b/t/74mssql.t @@ -1,13 +1,6 @@ use strict; use warnings; -# 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; - } -} - use Test::More; use Test::Exception; use Scalar::Util 'weaken';