Drogo - Lightweight web framework

Drogo dispatches HTTP requests to Perl methods marked with code
attributes (:Index, :Action, :ActionMatch, :ActionRegex, :Path) and runs
under nginx's embedded perl module or any PSGI server.

INSTALLATION

    perl Makefile.PL
    make
    make test
    make install

GETTING STARTED

    drogo --create=MyApp

See `perldoc Drogo` for a full example application and
`perldoc Drogo::Dispatch` for the dispatcher options.

COPYRIGHT AND LICENSE

Copyright (C) 2013 Bizowie

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