Don't ship .gitignore
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Makefile.PL
index cb3afe9..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'; };
@@ -33,17 +34,19 @@ all_from 'lib/Catalyst/Authentication/Store/DBIx/Class.pm';
 perl_version '5.8.1';
 
 requires (
-    'Catalyst::Runtime'                 => '5.80024',
-    'Catalyst::Plugin::Authentication'  => '0.10016',
-    'Catalyst::Model::DBIC::Schema'     => '0.41',
-    'DBIx::Class'                       => '0.08122',
-    'Moose'                             => '1.07',
-    'List::MoreUtils'                   => '0.25',
+    'Catalyst::Runtime'                 => '5.8',
+    'Catalyst::Plugin::Authentication'  => '0.10008',
+    'Catalyst::Model::DBIC::Schema'     => '0.18',
+    'DBIx::Class'                       => '0.08',
+    'Moose'                             => 0,
+    'namespace::autoclean'              => 0,
+    'List::MoreUtils'                   => 0,
+    'Try::Tiny'                         => 0,
 );
 
 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;