
HTTP::Router::Debug

use HTTP::Router;
use HTTP::Router::Debug;
my $router = HTTP::Router->define(...);
print $router->routing_table->draw;
# or
$router->show_table;

Returns a Text::SimpleTable object for routing information.
Constructs and Prints a table for routing information.

Takatoshi Kitano <kitano.tk@gmail.com>
NAKAGAWA Masaki <masaki@cpan.org>

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