There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Exception::Backtrace::PerlTraceInfo - container of Perl stack frames

METHODS

$info->to_string()

Stringifies all stack frames, optionally using custom arguments decorator, see "to_string" in Exception::Backtrace::PerlFrame.

$frames->get_frames()

Returns array of Exception::Backtrace::PerlFrame

REFERENCE

Exception::Backtrace