projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5aeea5b
)
Added DBIC dep on Module::Find (for Schema)
Matt S Trout [Sun, 11 Sep 2005 23:20:13 +0000 (23:20 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
651a9d7
..
abf93cf
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-16,6
+16,7
@@
my %arguments = (
'DBD::SQLite' => 1.08,
'Tie::IxHash' => 0,
'Storable' => 0,
+ 'Module::Find' => 0,
},
create_makefile_pl => 'passthrough',
create_readme => 1,