5.8.1 threads are wonky - tests no longer pass with recent DBD::Pg
[dbsrgits/DBIx-Class.git] / t / 51threadtxn.t
index 84a4c3d..4c218d0 100644 (file)
@@ -11,6 +11,12 @@ BEGIN {
         if !$Config{useithreads};
 }
 
+BEGIN {
+    plan skip_all => 'Minimum of perl 5.8.3 required for thread tests (DBD::Pg mandated)'
+        if $] < '5.008003';
+}
+
+
 use threads;
 use lib qw(t/lib);