Added DBIC dep on Module::Find (for Schema)
Matt S Trout [Sun, 11 Sep 2005 23:20:13 +0000 (23:20 +0000)]
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,