| Task-Catalyst documentation | Contained in the Task-Catalyst distribution. |
Task::Catalyst - All you need to start with Catalyst
version 4.01
perl -MCPAN -e 'install Task::Catalyst'
Installs everything you need to write serious Catalyst applications.
Florian Ragwitz <rafl@debian.org>
This software is copyright (c) 2010 by Florian Ragwitz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Task-Catalyst documentation | Contained in the Task-Catalyst distribution. |
use strict; use warnings; package Task::Catalyst; BEGIN { $Task::Catalyst::VERSION = '4.01'; } # ABSTRACT: All you need to start with Catalyst 1; __END__