use strict; use warnings; package Task::Catalyst; BEGIN { $Task::Catalyst::VERSION = '4.02'; } # ABSTRACT: All you need to start with Catalyst 1; __END__ =pod =head1 NAME Task::Catalyst - All you need to start with Catalyst =head1 VERSION version 4.02 =head1 SYNOPSIS C =head1 DESCRIPTION Installs everything you need to write serious Catalyst applications. =head1 TASK CONTENTS =head2 Core Modules =head3 L 5.80 =head3 L 1.26 =head3 L 5.80 =head2 Recommended Models =head3 L =head3 L =head2 Recommended Views =head3 L =head3 L =head2 Recommended Components =head3 L =head3 L =head3 L =head3 L =head3 L =head2 Session Support =head3 L =head3 L =head3 L =head3 L =head2 Authentication and Authorization =head3 L =head3 L =head3 L =head3 L =head2 Recommended Plugins =head3 L =head3 L =head3 L =head3 L =head2 Testing, Debugging and Profiling =head3 L =head3 L =head3 L =head3 L =head3 L =head2 Deployment =head3 L =head3 L =head3 L =head3 L =head1 AUTHORS =over 4 =item * Sebastian Riedel =item * Brian Cassidy =item * Andy Grundman =item * Marcus Ramberg =item * Tomas Doran =item * Rafael Kitover =item * Florian Ragwitz =back =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2011 by Sebastian Riedel. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut