X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=38ef2ab195c0047ec66269f4b8e267e3e8feff0f;hb=0aede3bd57636ebcc83b139962c9783d5fa016af;hp=0e94fe16f406d93828d189b9d678b120ccc60236;hpb=440981f7d7653cdc42d53d08e403a7544de31a25;p=catagits%2FTask-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 0e94fe1..38ef2ab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,14 +1,14 @@ -use inc::Module::Install 0.64; +use inc::Module::Install 0.87; name 'Task-Catalyst'; all_from 'lib/Task/Catalyst.pm'; -requires 'Catalyst' => '5.7006'; -requires 'Catalyst::Devel' => '1.01'; +requires 'Catalyst' => '5.7007'; +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,27 +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::Plugin::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 'SubRequest Support', - -default => 1, - 'Catalyst::Plugin::SubRequest' => '0.10'; - feature 'Session Support', -default => 1, 'Catalyst::Plugin::Session' => '0.05', @@ -55,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'; @@ -64,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';