Disable autoinstall.
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Makefile.PL
index eaa87f2..ed67ec9 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' );
@@ -40,6 +40,7 @@ requires (  'Catalyst::Runtime'                 => 0,
 
 test_requires 'Test::More';
 
-auto_install;
+resources repository => 'http://dev.catalystframework.org/repos/Catalyst/Catalyst-Authentication-Store-DBIx-Class';
+
 WriteAll;