| Task-Catalyst-Tutorial documentation | Contained in the Task-Catalyst-Tutorial distribution. |
Task::Catalyst::Tutorial - Installs everything you need to learn Catalyst
Version 0.06
Installs the example "MyApp" described in Catalyst::Manual::Tutorial, and all its dependencies.
The Catalyst Team
Please report any bugs or feature requests to
bug-task-catalyst-tutorial at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-Catalyst-Tutorial.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Task::Catalyst::Tutorial
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-Catalyst-Tutorial
Copyright 2006 Jonathan Rockway, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Task-Catalyst-Tutorial documentation | Contained in the Task-Catalyst-Tutorial distribution. |
package Task::Catalyst::Tutorial; use warnings; use strict;
our $VERSION = '0.06';
1; # End of Task::Catalyst::Tutorial