Introduce M.A.D. within the schema/source instance linkage
[dbsrgits/DBIx-Class.git] / t / 51threads.t
index 4564e3f..14d74e3 100644 (file)
@@ -9,6 +9,11 @@ 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 Test::Exception;
 use lib qw(t/lib);