Updated Task::Catalyst
[catagits/Task-Catalyst.git] / Makefile.PL
index 9f187d4..3dc7d04 100644 (file)
@@ -8,20 +8,20 @@ license('perl');
 
 include('ExtUtils::AutoInstall');
 
-requires( 'Catalyst' => '5.58' );
+requires( 'Catalyst' => '5.61' );
 
 features(
-    'FormValidator Support' => [
-        -default                          => 1,
-        'Catalyst::Plugin::FormValidator' => 0
+    'Log4perl Support' => [
+        -default                  => 1,
+        'Catalyst::Log::Log4perl' => 0
     ],
-    'FormValidator::Simple Support' => [
-        -default                                  => 1,
-        'Catalyst::Plugin::FormValidator::Simple' => 0
+    'HTML::Widget Support' => [
+        -default                         => 1,
+        'Catalyst::Plugin::HTML::Widget' => 0
     ],
-    'FillInForm Support' => [
+    'Stacktrace Advanced Debugging Support' => [
         -default                       => 1,
-        'Catalyst::Plugin::FillInForm' => 0
+        'Catalyst::Plugin::StackTrace' => 0
     ],
     'Prototype Support' => [
         -default                      => 1,
@@ -46,10 +46,26 @@ features(
         'Catalyst::Plugin::Session::State::Cookie' => 0,
         'Catalyst::Plugin::Session::State::URI'    => 0
     ],
+    'Authentication/Authorization Support' => [
+        -default                                            => 1,
+        'Catalyst::Plugin::Authentication'                  => 0,
+        'Catalyst::Plugin::Authentication::Store::DBIC'     => 0,
+        'Catalyst::Plugin::Authentication::Store::Htpasswd' => 0,
+        'Catalyst::Plugin::Authorization::ACL'              => 0,
+        'Catalyst::Plugin::Authorization::Roles'            => 0,
+    ],
     'I18N Support' => [
         -default                 => 1,
         'Catalyst::Plugin::I18N' => 0
     ],
+    'XMLRPC Support' => [
+        -default                   => 1,
+        'Catalyst::Plugin::XMLRPC' => 0
+    ],
+    'Pluggable Application Support' => [
+        -default                      => 1,
+        'Catalyst::Plugin::Pluggable' => 0
+    ],
     'DBIx::Class Support' => [
         -default                       => 1,
         'Catalyst::Model::DBIC'        => 0,