X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=bbc99dfa952ac785fa7ff07e700b18c2ad145329;hb=ffaac748c813780c5af0ed839236a8b573d1f162;hp=de58c3b814d8ac666a0ef30a16f32a6ceb2e35e5;hpb=54123ee552a372c0b486ad11e444385636c0ef41;p=catagits%2FTask-Catalyst.git diff --git a/README b/README index de58c3b..bbc99df 100644 --- a/README +++ b/README @@ -1 +1,68 @@ -DEPRECATED! +NAME + Task::Catalyst - All you need to start with Catalyst + +SYNOPSIS + "perl -MCPAN -e 'install Task::Catalyst'" + +DESCRIPTION + Installs everything you need to write serious Catalyst applications. + + Catalyst + + Catalyst::Devel + + Catalyst::Engine::Apache + + FCGI + + FCGI::ProcManager + + PAR + + Catalyst::Log::Log4perl + + Catalyst::Plugin::HTML::Widget + + Catalyst::Controller::FormBuilder + + Catalyst::Plugin::StackTrace + + Catalyst::Plugin::Prototype + + Catalyst::Plugin::Session + + Catalyst::Plugin::Session::Store::File + + Catalyst::Plugin::Session::State::Cookie + + Catalyst::Plugin::Session::State::URI + + Catalyst::Plugin::Authentication + + Catalyst::Plugin::Authentication::Store::DBIC + + Catalyst::Plugin::Authentication::Store::Htpasswd + + Catalyst::Plugin::Authorization::ACL + + Catalyst::Plugin::Authorization::Roles + + Catalyst::Plugin::I18N + + Catalyst::Controller::BindLex + + Catalyst::Model::DBIC::Schema + + Catalyst::View::TT + + Test::WWW::Mechanize::Catalyst + + DBD::SQLite + +AUTHOR + The Catalyst Core Team - see http://catalyst.perl.org/ + +LICENSE + This library is free software, you can redistribute it and/or modify it + under the same terms as Perl itself. +