Add repository resource to all the MI Makefile.PLs
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Makefile.PL
index eb60866..7c22ea0 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.67;
+use inc::Module::Install 0.87;
 
 if( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Catalyst/Authentication/Store/DBIx/Class.pm > README' );
@@ -31,13 +31,17 @@ all_from 'lib/Catalyst/Authentication/Store/DBIx/Class.pm';
 perl_version '5.8.1';
 
 requires (  'Catalyst::Runtime'                 => 0,
-            'Catalyst::Plugin::Authentication'  => '0.10005',
+            'Catalyst::Plugin::Authentication'  => '0.10008',
+            'Catalyst::Model::DBIC::Schema'     => 0,
             'DBIx::Class'                       => 0,
+                       'Catalyst::Model::DBIC::Schema'         => '0.18',
          );
 
 
 test_requires 'Test::More';
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Authentication-Store-DBIx-Class/';
+
 WriteAll;