5.8.1 is minimum required perl
[dbsrgits/DBIx-Class.git] / t / 51threadtxn.t
index 3cc6779..eb3ee6a 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;