X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Foptional_deps.t;h=efb7edf1205fcf4a722dca9638bbbd71b0bfa06f;hb=1d29e7e26524c98be9ce63a91ec91b1e0d75c03d;hp=0ae8023b72226e262648140fd23a409b53884e5d;hpb=a4fc1239dd52f5c1b2edb4004ba8562cfac8700d;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/optional_deps.t b/xt/optional_deps.t index 0ae8023..efb7edf 100644 --- a/xt/optional_deps.t +++ b/xt/optional_deps.t @@ -9,7 +9,7 @@ use Scalar::Util; # load before we break require() use Carp (); # Carp is not used in the test, but we want to have it loaded for proper %INC comparison # a dummy test which lazy-loads more modules (so we can compare INC below) -ok (1); +is_deeply([], []); # record contents of %INC - makes sure there are no extra deps slipping into # Opt::Dep. @@ -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');