don't add Sys::SigAction to author deps on Win32
Rafael Kitover [Wed, 8 Jun 2011 15:04:24 +0000 (11:04 -0400)]
lib/DBIx/Class/Optional/Dependencies.pm

index e792d16..e4988e8 100644 (file)
@@ -341,7 +341,7 @@ my $reqs = {
       $ENV{DBICTEST_PG_DSN}
         ? (
           %$rdbms_pg,
-          'Sys::SigAction'        => '0',
+          ($^O ne 'MSWin32' ? ('Sys::SigAction' => '0') : ()),
           'DBD::Pg'               => '2.009002',
         ) : ()
     },