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


MasonX-MiniMVC documentation  | view source Contained in the MasonX-MiniMVC distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.01

DESCRIPTION

Top

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

Top

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

BUGS

Top

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?Queue=MasonX-MiniMVC. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

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

    perldoc MasonX::MiniMVC

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/MasonX-MiniMVC

* CPAN Ratings

http://cpanratings.perl.org/d/MasonX-MiniMVC

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=MasonX-MiniMVC

* Search CPAN

http://search.cpan.org/dist/MasonX-MiniMVC

COPYRIGHT & LICENSE

Top


MasonX-MiniMVC documentation  | view source Contained in the MasonX-MiniMVC distribution.