Updated Task::Catalyst
[catagits/Task-Catalyst.git] / Catalyst.pm
index 55ccabb..a9d8c22 100644 (file)
@@ -2,7 +2,7 @@ package Task::Catalyst;
 
 use strict;
 
-our $VERSION = '1.30';
+our $VERSION = '1.60';
 
 =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,6 +40,16 @@ 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>
@@ -56,8 +66,6 @@ L<Test::WWW::Mechanize::Catalyst>
 
 L<DBD::SQLite>
 
-L<YAML>
-
 =head1 AUTHOR
 
 Sebastian Riedel, C<sri@oook.de>