An open API service indexing awesome lists of open source software.

https://github.com/mons/mojox-routes-debugprint

Create simple debug output of MojoX::Routes
https://github.com/mons/mojox-routes-debugprint

Last synced: 10 months ago
JSON representation

Create simple debug output of MojoX::Routes

Awesome Lists containing this project

README

          

NAME
MojoX::Routes::DebugPrint - Create simple debug output of MojoX::Routes

SYNOPSIS
use MojoX::Routes::DebugPrint;
use My::Mojolicious::App;

my $app = My::Mojolicious::App->new;
my $dp = MojoX::Routes::DebugPrint->new($app->routes);

$dp->print(); # by default, STDERR
$dp->print( \*STDOUT );
$dp->print( %args );
$dp->print( $fh, %args );

METHODS
new ($r)
print ( [$fh], [%args])
Options

color

AUTHOR
Mons Anderson, ""

LICENSE AND COPYRIGHT
Copyright 2011 Mons Anderson.

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.