Updated Task::Catalyst
[catagits/Task-Catalyst.git] / Catalyst.pm
index 86547dd..8cf54f5 100644 (file)
@@ -2,7 +2,7 @@ package Task::Catalyst;
 
 use strict;
 
-our $VERSION = '1.00';
+our $VERSION = '1.70';
 
 =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,9 +40,23 @@ L<Catalyst::Plugin::Session::State::Cookie>
 
 L<Catalyst::Plugin::Session::State::URI>
 
-L<Catalyst::Model::DBIC::Plain>
+L<Catalyst::Plugin::Authentication>
 
-L<Catalyst::Model::DBIC>
+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::Schema>
 
 L<Catalyst::View::TT>
 
@@ -50,8 +64,6 @@ L<Test::WWW::Mechanize::Catalyst>
 
 L<DBD::SQLite>
 
-L<YAML>
-
 =head1 AUTHOR
 
 Sebastian Riedel, C<sri@oook.de>