From: Matt S Trout Date: Sun, 11 Sep 2005 23:20:13 +0000 (+0000) Subject: Added DBIC dep on Module::Find (for Schema) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bafb55ee4374f955457f6973eb5f0ace9f3ad73b;p=dbsrgits%2FDBIx-Class-Historic.git Added DBIC dep on Module::Find (for Schema) --- diff --git a/Build.PL b/Build.PL index 651a9d7..abf93cf 100644 --- 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,