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
- Host: GitHub
- URL: https://github.com/mons/mojox-routes-debugprint
- Owner: Mons
- License: other
- Created: 2011-02-15T15:15:03.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-17T12:17:27.000Z (over 15 years ago)
- Last Synced: 2023-03-10T20:33:12.465Z (over 3 years ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/MojoX-Routes-DebugPrint
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
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.