X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threadtxn.t;h=eb3ee6abdb1550bcd8051828c26334ea9c09b43c;hb=f5de41ea64badf3951f61037db7fb26b103a6ced;hp=3cc67791f373633590f50189037da5f835c0883e;hpb=a1cb5921a914f087163914b010ca0c4e72a57dcc;p=dbsrgits%2FDBIx-Class.git diff --git a/t/51threadtxn.t b/t/51threadtxn.t index 3cc6779..eb3ee6a 100644 --- a/t/51threadtxn.t +++ b/t/51threadtxn.t @@ -8,7 +8,7 @@ use Config; BEGIN { plan skip_all => 'Your perl does not support ithreads' - if !$Config{useithreads} || $] < 5.008; + if !$Config{useithreads}; } use threads;