X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threads.t;h=4cb7bec3ebd3578e9c8fedd1835b4efc38503c8c;hb=55087b99;hp=a7a3a78053a7db33a878d12101685e0eaf980fec;hpb=f098ade608549b6172809866d3f73042add7c9e8;p=dbsrgits%2FDBIx-Class.git diff --git a/t/51threads.t b/t/51threads.t index a7a3a78..4cb7bec 100644 --- a/t/51threads.t +++ b/t/51threads.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;