Updated Task::Catalyst
[catagits/Task-Catalyst.git] / Catalyst.pm
index a1a1c41..75e021e 100644 (file)
@@ -2,7 +2,7 @@ package Task::Catalyst;
 
 use strict;
 
-our $VERSION = '1.20';
+our $VERSION = '1.50';
 
 =head1 NAME
 
@@ -18,11 +18,11 @@ Installs everything you need to write serious Catalyst applications.
 
 L<Catalyst>
 
-L<Catalyst::Plugin::FormValidator>
+L<Catalyst::Log::Log4perl>
 
-L<Catalyst::Plugin::FormValidator::Simple>
+L<Catalyst::Plugin::HTML::Widget>
 
-L<Catalyst::Plugin::FillInForm>
+L<Catalyst::Plugin::StackTrace>
 
 L<Catalyst::Plugin::Prototype>
 
@@ -40,8 +40,22 @@ L<Catalyst::Plugin::Session::State::Cookie>
 
 L<Catalyst::Plugin::Session::State::URI>
 
+L<Catalyst::Plugin::Authentication>
+
+L<Catalyst::Plugin::Authentication::Store::DBIC>
+
+L<Catalyst::Plugin::Authentication::Store::Htpasswd>
+
+L<Catalyst::Plugin::Authorization::ACL>
+
+L<Catalyst::Plugin::Authorization::Roles>
+
 L<Catalyst::Plugin::I18N>
 
+L<Catalyst::Plugin::XMLRPC>
+
+L<Catalyst::Plugin::Pluggable>
+
 L<Catalyst::Model::DBIC::Plain>
 
 L<Catalyst::Model::DBIC>