5.8.1 is minimum required perl
[dbsrgits/DBIx-Class.git] / t / 51threads.t
index a7a3a78..4cb7bec 100644 (file)
@@ -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;