X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Foptional_deps.t;h=0ae8023b72226e262648140fd23a409b53884e5d;hb=fcf32d045;hp=1b8e6f9ae919c0f859d2733312e53aecee07bba3;hpb=efee51b7ecde1729e5ca8b760c71f099dc12bc06;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/optional_deps.t b/xt/optional_deps.t index 1b8e6f9..0ae8023 100644 --- a/xt/optional_deps.t +++ b/xt/optional_deps.t @@ -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');