1Task::Catalyst(3) User Contributed Perl Documentation Task::Catalyst(3)
2
3
4
6 Task::Catalyst - All you need to start with Catalyst
7
9 "perl -MCPAN -e 'install Task::Catalyst'"
10
12 Installs everything you need to write serious Catalyst applications.
13
14 Catalyst
15
16 Catalyst::Devel
17
18 Catalyst::Engine::Apache
19
20 FCGI
21
22 FCGI::ProcManager
23
24 PAR
25
26 Catalyst::Log::Log4perl
27
28 Catalyst::Plugin::HTML::Widget
29
30 Catalyst::Controller::FormBuilder
31
32 Catalyst::Plugin::StackTrace
33
34 Catalyst::Plugin::Prototype
35
36 Catalyst::Plugin::Session
37
38 Catalyst::Plugin::Session::Store::File
39
40 Catalyst::Plugin::Session::State::Cookie
41
42 Catalyst::Plugin::Session::State::URI
43
44 Catalyst::Plugin::Authentication
45
46 Catalyst::Plugin::Authentication::Store::DBIC
47
48 Catalyst::Plugin::Authentication::Store::Htpasswd
49
50 Catalyst::Plugin::Authorization::ACL
51
52 Catalyst::Plugin::Authorization::Roles
53
54 Catalyst::Plugin::I18N
55
56 Catalyst::Controller::BindLex
57
58 Catalyst::Model::DBIC::Schema
59
60 Catalyst::View::TT
61
62 Test::WWW::Mechanize::Catalyst
63
64 DBD::SQLite
65
67 The Catalyst Core Team - see http://catalyst.perl.org/
68
70 This library is free software, you can redistribute it and/or modify it
71 under the same terms as Perl itself.
72
73
74
75perl v5.12.0 2008-09-14 Task::Catalyst(3)