X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threads.t;h=4cb7bec3ebd3578e9c8fedd1835b4efc38503c8c;hb=0491b597f9bf7f3731f5a2799041f2596b0f46be;hp=a7a3a78053a7db33a878d12101685e0eaf980fec;hpb=a1cb5921a914f087163914b010ca0c4e72a57dcc;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;