add missing Catalyst::Model::DBIC::Schema dependency
Jay Kuri [Mon, 29 Sep 2008 14:24:06 +0000 (14:24 +0000)]
Makefile.PL

index eb60866..61de9ce 100644 (file)
@@ -33,6 +33,7 @@ perl_version '5.8.1';
 requires (  'Catalyst::Runtime'                 => 0,
             'Catalyst::Plugin::Authentication'  => '0.10005',
             'DBIx::Class'                       => 0,
+                       'Catalyst::Model::DBIC::Schema'         => '0.18',
          );