The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pickles::Dispatcher::Auto - Pickles dispatcher without routes.pl

SYNOPSIS

  use 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

Pickles

LICENSE

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