Fix RT#82944
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Makefile.PL
index 50fde2a..cf1846a 100644 (file)
@@ -3,6 +3,7 @@ use inc::Module::Install 0.91;
 if( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Catalyst/Authentication/Store/DBIx/Class.pm > README' );
 }
+realclean_files 'README';
 
 ## I'd love to use can_use - but I can't seem to test for success. :-/
 eval { require Catalyst::Plugin::Authentication::Store::DBIx::Class or die 'footy'; };
@@ -45,7 +46,7 @@ requires (
 
 test_requires 'Test::More';
 
-resources repository => 'http://dev.catalystframework.org/repos/Catalyst/Catalyst-Authentication-Store-DBIx-Class';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Authentication-Store-DBIx-Class.git',
 
 auto_install;
 auto_provides;