Devel::StackTrace::Frame - A single frame in a stack trace
version 2.01
See Devel::StackTrace for details.
See Perl's caller()
documentation for more information on what these methods return.
Returns undef if the frame was not part of an eval.
Returns undef if the frame was not part of a require.
Returns the arguments passed to the frame. Note that any arguments that are references are returned as references, not copies.
Returns a string containing a description of the frame.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2000 - 2016 by David Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)