More author test-requires
Peter Rabbitson [Tue, 21 Apr 2009 08:51:59 +0000 (08:51 +0000)]
Makefile.PL

index 3b349a7..b4e9210 100644 (file)
@@ -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,