Plack-Middleware-StackTrace-ParseMessage
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
=head1 NAME

Plack::Middleware::StackTrace::ParseMessage - Extended StackTrace

=head1 SYNOPSIS

  enable "StackTrace::ParseMessage";

=head1 DESCRIPTION

This is an extended class of Plack::Middleware::StackTrace for replacement.
This retrieves file name and line number out of error messages and appends a
stack entry for it.

This module is aimed at template engines who reports errors in template
perspective so that the debug screen indicates where the error occurred inside
template as follows.

    function some_func not defined at /path/to/file/index.html line 13

    10: 
    11:     
12:
    13: <% some_func() %> <-- highlighted 14:
15:
16: =head1 METHODS =head2 call =head1 SEE ALSO L =head1 AUTHOR Sugama Keita, Esugama@jamadam.comE =head1 COPYRIGHT AND LICENSE Copyright (C) 2011 by Sugama Keita. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。