X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threadtxn.t;h=4c218d031c13c635c87089bb8e57993a5bd46806;hb=refs%2Fheads%2Fpeople%2Fcaldrin%2Fcompose_namespace_fixes;hp=84a4c3ddda58a590e42f5e8f1097ab51481f0182;hpb=ec6415a9f63389db5a76f593c2d1686015ca95cd;p=dbsrgits%2FDBIx-Class.git diff --git a/t/51threadtxn.t b/t/51threadtxn.t index 84a4c3d..4c218d0 100644 --- a/t/51threadtxn.t +++ b/t/51threadtxn.t @@ -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);