From: Peter Rabbitson Date: Tue, 21 Apr 2009 08:51:59 +0000 (+0000) Subject: More author test-requires X-Git-Tag: v0.08101~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=9d2b098e9b10d044319657b4b771dbbcac61e0a7 More author test-requires --- diff --git a/Makefile.PL b/Makefile.PL index 3b349a7..b4e9210 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,6 +64,12 @@ my %force_requires_if_author = ( # t/60core.t 'DateTime::Format::MySQL' => 0, + # t/72pg.t + $ENV{DBICTEST_PG_DSN} + ? ('Sys::SigAction'=> 0) + : () + , + # t/93storage_replication.t 'Moose', => 0, 'MooseX::AttributeHelpers' => 0.12,