MasonX::MiniMVC::Dispatcher


NAME

MasonX::MiniMVC::Dispatcher -- Dispatcher class for MasonX::MiniMVC

Back to Top


VERSION

Version 0.01

Back to Top


DESCRIPTION

For detailed documentation on how to use MasonX::MiniMVC, see the docs for that module.

new(\%controllers)

Takes a hashref of urls/controllers.

dispatch($m)

Dispatches to the appropriate controller.

Back to Top


AUTHOR

Kirrily "Skud" Robert, <skud at cpan.org>

Back to Top


BUGS

Please report any bugs or feature requests to bug-masonx-minimvc at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

Back to Top


SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc MasonX::MiniMVC

You can also look for information at:

Back to Top


COPYRIGHT & LICENSE

Copyright 2007 Kirrily "Skud" Robert, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Back to Top

 MasonX::MiniMVC::Dispatcher