projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dec2517
)
For sqlite version checks
Daniel Westermann-Clark [Mon, 13 Feb 2006 20:31:35 +0000 (20:31 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
8dbb25a
..
42d81ab
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-18,6
+18,7
@@
my %arguments = (
},
build_requires => {
'DBD::SQLite' => 1.11,
+ 'version' => 0,
},
recommends => {
'Data::UUID' => 0,