-* 50e6c52e reenable the test and investigate. A blatant skip is fucking
-bullshit
* a0361822 reenable the win32 test - if it no longer fails for anyone - how
will we ever fix it?
* a48693f4 adds 5 files for a test that may even be the same as that from
plan skip_all => 'DBIC does not actively support threads before perl 5.8.5'
if $] < '5.008005';
-plan skip_all => 'test dangerous on Win32 for < 5.14 set TEST_AUTHOR to run'
- if $^O eq 'MSWin32' && $] < 5.014 && !$ENV{TEST_AUTHOR};
-
use lib qw(t/lib);
use DBICTest;