NAME
Pickles::Dispatcher::Auto - Pickles dispatcher without routes.pl
SYNOPSIS
package MyApp::Dispatcher;
use strict;
use warnings;
use parent qw/Pickles::Dispatcher::Auto/;
DESCRIPTION
if exists routing in routes.pl, follow the rule.
else, auto match via path_info.
AUTHOR
hirafoo <hirafoo atmk cpan.org>
SEE ALSO
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.