Fix the pure-perl in_global_destruction() emulation under threads
[dbsrgits/DBIx-Class.git] / t / 51threads.t
index fa07616..b01771d 100644 (file)
@@ -13,7 +13,7 @@ use warnings;
 use Test::More;
 use Test::Exception;
 
-plan skip_all => 'Minimum of perl 5.8.5 required for thread tests (DBD::Pg mandated)'
+plan skip_all => 'DBIC does not actively support threads before perl 5.8.5'
   if $] < '5.008005';
 
 use DBIx::Class::Optional::Dependencies ();