projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
01d59a6
)
bump sqlite dep
Matt S Trout [Wed, 8 Aug 2007 10:38:39 +0000 (10:38 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
91b1b4d
..
229403a
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-21,7
+21,7
@@
requires 'Scope::Guard' => 0.03;
# Perl 5.8.0 doesn't have utf8::is_utf8()
requires 'Encode' => 0 if ($] <= 5.008000);
-build_requires 'DBD::SQLite' => 1.11;
+build_requires 'DBD::SQLite' => 1.13;
build_requires 'Test::Builder' => 0.33;
install_script 'script/dbicadmin';