projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8fec3fd
)
No dynamic deps
Peter Rabbitson [Tue, 4 Jun 2013 21:05:40 +0000 (23:05 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b8c9d3f
..
308d657
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-13,6
+13,8
@@
resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Abstrac
all_from 'lib/SQL/Abstract.pm';
+dynamic_config 0;
+
requires 'List::Util' => 0;
requires 'Scalar::Util' => 0;
requires 'Class::Accessor::Grouped' => 0.10005;