Add repository resource to all the MI Makefile.PLs
[catagits/Task-Catalyst.git] / Makefile.PL
index fb3aad9..581abb1 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.64;
+use inc::Module::Install 0.87;
 
 name     'Task-Catalyst';
 all_from 'lib/Task/Catalyst.pm';
@@ -8,7 +8,7 @@ requires 'Catalyst::Devel' => '1.02';
 
 feature 'Apache/mod_perl Support',
   -default                   => 1,
-  'Catalyst::Engine::Apache' => '1.05';
+  'Catalyst::Engine::Apache' => '1.09';
 
 feature 'FastCGI Support',
     -default            => 1,
@@ -24,23 +24,18 @@ feature 'Log4perl Support',
     'Params::Validate'        => 0,
     'Catalyst::Log::Log4perl' => '0.1';
 
-feature 'HTML::Widget Support',
+feature 'HTML::FormFu Support',
     -default                         => 1,
-    'Date::Calc'                     => 0,
-    'Catalyst::Plugin::HTML::Widget' => '1.1';
+    'Catalyst::Controller::HTML::FormFu' => '0.03';
 
 feature 'FormBuilder Support',
-    -default                        => 1,
-    'Catalyst::Controller::FormBuilder' => '1.06';
+    -default                        => 0,
+    'Catalyst::Controller::FormBuilder' => '0.03';
 
 feature 'Stacktrace Advanced Debugging Support',
     -default                       => 1,
     'Catalyst::Plugin::StackTrace' => '0.02';
 
-feature 'Prototype Support',
-    -default                      => 1,
-    'Catalyst::Plugin::Prototype' => '1.32';
-
 feature 'Session Support',
     -default                                   => 1,
     'Catalyst::Plugin::Session'                => '0.05',
@@ -51,8 +46,7 @@ feature 'Session Support',
 feature 'Authentication/Authorization Support',
     -default                                            => 1,
     'Catalyst::Plugin::Authentication'                  => '0.05',
-    'Catalyst::Plugin::Authentication::Store::DBIC'     => '0.04',
-    'Catalyst::Plugin::Authentication::Store::Htpasswd' => '0.02',
+    'Catalyst::Authentication::Store::DBIx::Class'      => '0.04',
     'Catalyst::Plugin::Authorization::ACL'              => '0.06',
     'Catalyst::Plugin::Authorization::Roles'            => '0.03';
 
@@ -60,10 +54,6 @@ feature 'I18N Support',
     -default                 => 1,
     'Catalyst::Plugin::I18N' => '0.05';
 
-feature 'BindLex Support',
-    -default                => 1,
-    'Catalyst::Controller::BindLex' => '0.03';
-
 feature 'DBIx::Class Support',
     -default                        => 1,
     'Catalyst::Model::DBIC::Schema' => '0.08';
@@ -78,7 +68,10 @@ feature 'Test::WWW::Mechanize Support',
 
 feature 'SQLite Support (WARNING: requires a C compiler!)',
     -default      => 0,
+    'DBI'         => 0,
     'DBD::SQLite' => 0;
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Task-Catalyst/';
+
 WriteAll;