Add repository resource to all the MI Makefile.PLs
[catagits/Task-Catalyst.git] / README
CommitLineData
a17e32a1 1NAME
2 Task::Catalyst - All you need to start with Catalyst
3
4SYNOPSIS
5 "perl -MCPAN -e 'install Task::Catalyst'"
6
7DESCRIPTION
8 Installs everything you need to write serious Catalyst applications.
9
10 Catalyst
11
12 Catalyst::Devel
13
14 Catalyst::Engine::Apache
15
16 FCGI
17
18 FCGI::ProcManager
19
20 PAR
21
22 Catalyst::Log::Log4perl
23
24 Catalyst::Plugin::HTML::Widget
25
26 Catalyst::Controller::FormBuilder
27
28 Catalyst::Plugin::StackTrace
29
30 Catalyst::Plugin::Prototype
31
32 Catalyst::Plugin::Session
33
34 Catalyst::Plugin::Session::Store::File
35
36 Catalyst::Plugin::Session::State::Cookie
37
38 Catalyst::Plugin::Session::State::URI
39
40 Catalyst::Plugin::Authentication
41
42 Catalyst::Plugin::Authentication::Store::DBIC
43
44 Catalyst::Plugin::Authentication::Store::Htpasswd
45
46 Catalyst::Plugin::Authorization::ACL
47
48 Catalyst::Plugin::Authorization::Roles
49
50 Catalyst::Plugin::I18N
51
52 Catalyst::Controller::BindLex
53
54 Catalyst::Model::DBIC::Schema
55
56 Catalyst::View::TT
57
58 Test::WWW::Mechanize::Catalyst
59
60 DBD::SQLite
61
62AUTHOR
63 The Catalyst Core Team - see http://catalyst.perl.org/
64
65LICENSE
66 This library is free software, you can redistribute it and/or modify it
67 under the same terms as Perl itself.
68