projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
be97d16
)
Fix borked makefile
Peter Rabbitson [Fri, 11 Sep 2009 04:39:45 +0000 (
04:39
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
de16db0
..
2c3a6d8
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-54,6
+54,9
@@
my %replication_requires = (
'Hash::Merge', => '0.11',
);
+# when changing also adjust $DBIx::Class::minimum_sqlt_version
+my $sqlt_recommends = '0.11002';
+
my %force_requires_if_author = (
%replication_requires,