use warnings;
no warnings 'uninitialized';
+use Config;
use Test::More;
use Test::Exception;
use DBIx::Class::_Util 'sigwarn_silencer';
local $ENV{DBICTEST_SYBASE_SUBTEST_RERUN} = 1;
local $ENV{PATH};
+ local $ENV{PERL5LIB} = join ($Config{path_sep}, @INC);
my @cmd = map { $_ =~ /(.+)/ } ($^X, __FILE__);
# this is cheating, and may even hang here and there (testing on windows passed fine)