Fix Postgres test hang with DBD::Pg 3.5.0+ (work around RT#100648)
[dbsrgits/DBIx-Class.git] / xt / optional_deps.t
index 0ae8023..781273c 100644 (file)
@@ -119,7 +119,6 @@ is_deeply(
 is_deeply(
   DBIx::Class::Optional::Dependencies->req_list_for('test_rdbms_pg'),
   {
-    $^O ne 'MSWin32' ? ('Sys::SigAction' => '0') : (),
     'DBD::Pg'        => '2.009002',
   }, 'optional dependencies for testing Postgres with ENV var ok');