Now whip it. Into shape. Shape it up. Get straight. Go forward. Move ahead. Try to...
[catagits/Task-Catalyst.git] / lib / Task / Catalyst.pm
diff --git a/lib/Task/Catalyst.pm b/lib/Task/Catalyst.pm
new file mode 100644 (file)
index 0000000..fb9b95c
--- /dev/null
@@ -0,0 +1,73 @@
+package Task::Catalyst;
+
+use strict;
+use warnings;
+
+our $VERSION = '2.0000';
+
+=head1 NAME
+
+Task::Catalyst - All you need to start with Catalyst
+
+=head1 SYNOPSIS
+
+C<perl -MCPAN -e 'install Task::Catalyst'>
+
+=head1 DESCRIPTION
+
+Installs everything you need to write serious Catalyst applications.
+
+L<Catalyst>
+
+L<Catalyst::Log::Log4perl>
+
+L<Catalyst::Plugin::HTML::Widget>
+
+L<Catalyst::Plugin::StackTrace>
+
+L<Catalyst::Plugin::Prototype>
+
+L<Catalyst::Plugin::DefaultEnd>
+
+L<Catalyst::Plugin::SubRequest>
+
+L<Catalyst::Plugin::Session>
+
+L<Catalyst::Plugin::Session::Store::File>
+
+L<Catalyst::Plugin::Session::State::Cookie>
+
+L<Catalyst::Plugin::Session::State::URI>
+
+L<Catalyst::Plugin::Authentication>
+
+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::Model::DBIC::Schema>
+
+L<Catalyst::View::TT>
+
+L<Test::WWW::Mechanize::Catalyst>
+
+L<DBD::SQLite>
+
+=head1 AUTHOR
+
+The Catalyst Core Team - see http://catalyst.perl.org/
+
+=head1 LICENSE
+
+This library is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+=cut
+
+1;