From: Peter Rabbitson Date: Tue, 11 Dec 2012 10:51:20 +0000 (+0100) Subject: Revert 50e6c52e0 - the crash was most likely due to old Moo (same as dfd722ef) X-Git-Tag: v0.08205~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=2d12a809476ffe97dfa2b5e66d4ccdf13b24fc5e Revert 50e6c52e0 - the crash was most likely due to old Moo (same as dfd722ef) --- diff --git a/TODO_SHORTTERM b/TODO_SHORTTERM index d7247f7..fabbd32 100644 --- a/TODO_SHORTTERM +++ b/TODO_SHORTTERM @@ -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 diff --git a/t/51threadnodb.t b/t/51threadnodb.t index ea35202..52cdcd8 100644 --- a/t/51threadnodb.t +++ b/t/51threadnodb.t @@ -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;