NAME
stacktrace-pretty - Convert stacktrace to more readable one
SYNOPSIS
stacktrace-pretty sample.log
perl sample.pl 2>&1 | stacktrace-pretty
DESCRIPTION
This tool converts text which includes stack trace of perl into more readable one.
INSTALL
cpanm https://github.com/egawata/stacktrace-pretty.git
OPTIONS
Use STACKTRACE_PRETTY_EXCLUDED_MODULES
environment variable. It is a part of module/function names. You can specify more than one names by separating comma ,
.
export STACKTRACE_PRETTY_EXCLUDED_MODULES=Some::Module,Another::Module
AUTHOR
egawata (https://github.com/egawata)
COPYRIGHT AND LICENSE
Copyright (c)2018 egawata All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.