X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTask-Catalyst.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=4d2970fa882776903fb2d14079b40d520a995fc3;hp=c5a9761de63ae1142a0cd6dee2244c6e2832ae06;hb=e1bf6e1444fd3032b70900401d88860a186083be;hpb=d26b27f4ed88b441f787305c8e8058700ac00b2e diff --git a/Makefile.PL b/Makefile.PL index c5a9761..4d2970f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, + -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';