MasonX-MiniMVC

MasonX::MiniMVC is about the smallest, simplest MVC framework I could come up with using Mason. In fact, all it really provides is a controller framework and a way of dispatching to controllers from your dhandler. You should be able to get it up and running in about 20 lines of code.

This code is alpha level software. That means it's subject to change without warning. If you want me to keep you informed of such changes, please let me know that you're using it.

For more information, see "perldoc MasonX::MiniMVC".

INSTALLATION

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc MasonX::MiniMVC

You can also look for information at:

Search CPAN

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

CPAN Request Tracker:

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

AnnoCPAN, annotated CPAN documentation:

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

CPAN Ratings:

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

COPYRIGHT AND LICENCE

Copyright (C) 2007 Kirrily "Skud" Robert

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