Revert 50e6c52e0 - the crash was most likely due to old Moo (same as dfd722ef)
Peter Rabbitson [Tue, 11 Dec 2012 10:51:20 +0000 (11:51 +0100)]
TODO_SHORTTERM
t/51threadnodb.t

index d7247f7..fabbd32 100644 (file)
@@ -1,5 +1,3 @@
-* 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
index ea35202..52cdcd8 100644 (file)
@@ -14,9 +14,6 @@ use Test::More;
 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;