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


NAME

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


VERSION

Version 0.01


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.


AUTHOR

Kirrily ``Skud'' Robert, <skud at cpan.org>


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.


SUPPORT

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

    perldoc MasonX::MiniMVC

You can also look for information at:


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.

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