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

NAME

HTTP::Router::Debug

SYNOPSIS

    use HTTP::Router;
    use HTTP::Router::Debug;

    my $router = HTTP::Router->define(...);

    print $router->routing_table->draw;
    # or
    $router->show_table;

METHODS

routing_table

Returns a Text::SimpleTable object for routing information.

show_table

Constructs and Prints a table for routing information.

AUTHOR

Takatoshi Kitano <kitano.tk@gmail.com>

NAKAGAWA Masaki <masaki@cpan.org>

LICENSE

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

SEE ALSO

HTTP::Router, Text::SimpleTable