The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::More tests => 3;
use HTTP::Router;
use HTTP::Router::Debug;

my $r = HTTP::Router->new;
can_ok $r => 'routing_table';
can_ok $r => 'show_table';
isa_ok $r->routing_table => 'Text::SimpleTable';