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 version 4.02
10
12 "perl -MCPAN -e 'install Task::Catalyst'"
13
15 Installs everything you need to write serious Catalyst applications.
16
18 Core Modules
19 Catalyst 5.80
20
21 Catalyst::Devel 1.26
22
23 Catalyst::Manual 5.80
24
25 Recommended Models
26 Catalyst::Model::Adaptor
27
28 Catalyst::Model::DBIC::Schema
29
30 Recommended Views
31 Catalyst::View::TT
32
33 Catalyst::View::Email
34
35 Recommended Components
36 Catalyst::Controller::ActionRole
37
38 CatalystX::Component::Traits
39
40 CatalystX::SimpleLogin
41
42 Catalyst::Action::REST
43
44 Catalyst::Component::InstancePerContext
45
46 Session Support
47 Catalyst::Plugin::Session
48
49 Catalyst::Plugin::Session::State::Cookie
50
51 Catalyst::Plugin::Session::Store::File
52
53 Catalyst::Plugin::Session::Store::DBIC
54
55 Authentication and Authorization
56 Catalyst::Plugin::Authentication
57
58 Catalyst::Authentication::Store::DBIx::Class
59
60 Catalyst::Authentication::Credential::HTTP
61
62 Catalyst::ActionRole::ACL
63
64 Recommended Plugins
65 Catalyst::Plugin::Static::Simple
66
67 Catalyst::Plugin::Unicode::Encoding
68
69 Catalyst::Plugin::I18N
70
71 Catalyst::Plugin::ConfigLoader
72
73 Testing, Debugging and Profiling
74 Test::WWW::Mechanize::Catalyst
75
76 Catalyst::Plugin::StackTrace
77
78 CatalystX::REPL
79
80 CatalystX::LeakChecker
81
82 CatalystX::Profile
83
84 Deployment
85 FCGI
86
87 FCGI::ProcManager
88
89 Starman
90
91 local::lib
92
94 • Sebastian Riedel <sri@oook.de>
95
96 • Brian Cassidy <bricas@cpan.org>
97
98 • Andy Grundman <andy@hybridized.org>
99
100 • Marcus Ramberg <mramberg@cpan.org>
101
102 • Tomas Doran <bobtfish@bobtfish.net>
103
104 • Rafael Kitover <rkitover@io.com>
105
106 • Florian Ragwitz <rafl@debian.org>
107
109 This software is copyright (c) 2011 by Sebastian Riedel.
110
111 This is free software; you can redistribute it and/or modify it under
112 the same terms as the Perl 5 programming language system itself.
113
114
115
116perl v5.34.0 2021-07-22 Task::Catalyst(3)