Updated Task::Catalyst
[catagits/Task-Catalyst.git] / Makefile.PL
index 9f187d4..daabbc7 100644 (file)
@@ -8,68 +8,83 @@ license('perl');
 
 include('ExtUtils::AutoInstall');
 
-requires( 'Catalyst' => '5.58' );
+requires( 'Catalyst' => '5.65' );
 
 features(
-    'FormValidator Support' => [
-        -default                          => 1,
-        'Catalyst::Plugin::FormValidator' => 0
+    'Log4perl Support' => [
+        -default                  => 1,
+        'Params::Validate'        => 0,
+        'Catalyst::Log::Log4perl' => '0.1'
     ],
-    'FormValidator::Simple Support' => [
-        -default                                  => 1,
-        'Catalyst::Plugin::FormValidator::Simple' => 0
+    'HTML::Widget Support' => [
+        -default                         => 1,
+        'Date::Calc'                     => 0,
+        'Catalyst::Plugin::HTML::Widget' => '1.1'
     ],
-    'FillInForm Support' => [
+    'Stacktrace Advanced Debugging Support' => [
         -default                       => 1,
-        'Catalyst::Plugin::FillInForm' => 0
+        'Catalyst::Plugin::StackTrace' => '0.02'
     ],
     'Prototype Support' => [
         -default                      => 1,
-        'Catalyst::Plugin::Prototype' => 0
+        'Catalyst::Plugin::Prototype' => '1.32'
     ],
     'Singleton Support' => [
         -default                      => 1,
-        'Catalyst::Plugin::Singleton' => 0
+        'Catalyst::Plugin::Singleton' => '0.02'
     ],
     'DefaultEnd Support' => [
         -default                       => 1,
-        'Catalyst::Plugin::DefaultEnd' => 0
+        'Catalyst::Plugin::DefaultEnd' => '0.03'
     ],
     'SubRequest Support' => [
         -default                       => 1,
-        'Catalyst::Plugin::SubRequest' => 0
+        'Catalyst::Plugin::SubRequest' => '0.10'
     ],
     'Session Support' => [
         -default                                   => 1,
-        'Catalyst::Plugin::Session'                => 0,
-        'Catalyst::Plugin::Session::Store::File'   => 0,
-        'Catalyst::Plugin::Session::State::Cookie' => 0,
-        'Catalyst::Plugin::Session::State::URI'    => 0
+        'Catalyst::Plugin::Session'                => '0.05',
+        'Catalyst::Plugin::Session::Store::File'   => '0.07',
+        'Catalyst::Plugin::Session::State::Cookie' => '0.02',
+        'Catalyst::Plugin::Session::State::URI'    => '0.02'
+    ],
+    '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::Plugin::Authorization::ACL'              => '0.06',
+        'Catalyst::Plugin::Authorization::Roles'            => '0.03',
     ],
     'I18N Support' => [
         -default                 => 1,
-        'Catalyst::Plugin::I18N' => 0
+        'Catalyst::Plugin::I18N' => '0.05'
+    ],
+'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.06'
+      ],
+    'Pluggable Application Support' => [
+        -default                      => 1,
+        'Catalyst::Plugin::Pluggable' => '0.04'
     ],
     'DBIx::Class Support' => [
-        -default                       => 1,
-        'Catalyst::Model::DBIC'        => 0,
-        'Catalyst::Model::DBIC::Plain' => 0
+        -default                        => 1,
+        'Catalyst::Model::DBIC::Schema' => '0.08'
     ],
     'Template::Toolkit Support' => [
         -default             => 1,
-        'Catalyst::View::TT' => 0
+        'Catalyst::View::TT' => '0.22'
     ],
     'Test::WWW::Mechanize Support' => [
         -default                         => 1,
-        'Test::WWW::Mechanize::Catalyst' => 0
+        'Test::WWW::Mechanize::Catalyst' => '0.35'
     ],
-    'SQLite Support' => [
-        -default      => 1,
+    'SQLite Support (WARNING: requires a C compiler!)' => [
+        -default      => 0,
         'DBD::SQLite' => 0
-    ],
-    'YAML Support' => [
-        -default => 1,
-        'YAML'   => 0
     ]
 );