X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threadtxn.t;h=e6cc3ac1540e963d38943dc1babab29e7fca3810;hb=8d6b1478d8fa6f7c76e313ee72a72d5eb4c24d03;hp=1c8f7e6b77cad3f7cb582ad3f05006a65d25f4b0;hpb=d9bd51956470404b3960871d3413fa98f16961d2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/51threadtxn.t b/t/51threadtxn.t index 1c8f7e6..e6cc3ac 100644 --- a/t/51threadtxn.t +++ b/t/51threadtxn.t @@ -21,6 +21,7 @@ plan skip_all => 'DBIC does not actively support threads before perl 5.8.5' use DBIx::Class::Optional::Dependencies (); use Scalar::Util 'weaken'; use lib qw(t/lib); +use DBICTest; my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_PG_${_}" } qw/DSN USER PASS/}; plan skip_all => 'Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test'