Expand notabs/eol testing to .pod and some files at the root
[dbsrgits/DBIx-Class.git] / xt / optional_deps.t
index 1b8e6f9..0ae8023 100644 (file)
@@ -119,7 +119,7 @@ is_deeply(
 is_deeply(
   DBIx::Class::Optional::Dependencies->req_list_for('test_rdbms_pg'),
   {
-    'Sys::SigAction' => '0',
+    $^O ne 'MSWin32' ? ('Sys::SigAction' => '0') : (),
     'DBD::Pg'        => '2.009002',
   }, 'optional dependencies for testing Postgres with ENV var ok');