projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9381840
)
More author test-requires
Peter Rabbitson [Tue, 21 Apr 2009 08:51:59 +0000 (08:51 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
3b349a7
..
b4e9210
100644
(file)
--- 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,