Updated Task::Catalyst
[catagits/Task-Catalyst.git] / Makefile.PL
index 9ac694e..fa266b0 100644 (file)
@@ -8,20 +8,22 @@ license('perl');
 
 include('ExtUtils::AutoInstall');
 
-requires( 'Catalyst' => '5.58' );
+requires( 'Catalyst' => '5.64' );
 
 features(
-    'FormValidator Support' => [
-        -default                          => 1,
-        'Catalyst::Plugin::FormValidator' => 0
+    'Log4perl Support' => [
+        -default                  => 1,
+        'Params::Validate'        => 0,
+        'Catalyst::Log::Log4perl' => 0
     ],
-    'FormValidator::Simple Support' => [
-        -default                                  => 1,
-        'Catalyst::Plugin::FormValidator::Simple' => 0
+    'HTML::Widget Support' => [
+        -default                         => 1,
+        'Date::Calc'                     => 0,
+        '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,14 +48,24 @@ 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,
+'XMLRPC Support (WARNING: requires XML::Parser which requires a C compiler and expat to be installed!)'
+      => [
+        -default                   => 0,
+        'XML::Parser'              => 0,
         'Catalyst::Plugin::XMLRPC' => 0
-    ],
+      ],
     'Pluggable Application Support' => [
         -default                      => 1,
         'Catalyst::Plugin::Pluggable' => 0
@@ -71,13 +83,9 @@ features(
         -default                         => 1,
         'Test::WWW::Mechanize::Catalyst' => 0
     ],
-    'SQLite Support' => [
-        -default      => 1,
+    'SQLite Support (WARNING: requires a C compiler!)' => [
+        -default      => 0,
         'DBD::SQLite' => 0
-    ],
-    'YAML Support' => [
-        -default => 1,
-        'YAML'   => 0
     ]
 );