projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1752dc1
)
Bumped SQLite dependency to 1.11
Matt S Trout [Mon, 30 Jan 2006 17:27:31 +0000 (17:27 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
c879bf4
..
3a609b8
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-16,7
+16,7
@@
my %arguments = (
'Carp::Clan' => 0,
},
build_requires => {
- 'DBD::SQLite' => 1.08,
+ 'DBD::SQLite' => 1.11,
'DBI' => 1.40,
},
recommends => {