projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
861c08e
)
Added SQL::Abstract to prereqs
Andy Grundman [Wed, 24 Aug 2005 12:52:51 +0000 (12:52 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
b54876b
..
21b4af0
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-9,6
+9,7
@@
my %arguments = (
'DBI' => 0,
'UNIVERSAL::require' => 0,
'NEXT' => 0,
+ 'SQL::Abstract' => 1.19,
'SQL::Abstract::Limit' => 0.033,
'DBD::SQLite' => 1.08,
'Tie::IxHash' => 0,