-
-
24 May 2019 18:54:07 UTC
- Distribution: Devel-StackTrace
- Module version: 2.04
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (7406 / 0 / 0)
- Kwalitee
Bus factor: 1- 90.30% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (40.54KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 7 contributorsNAME
Devel::StackTrace::Frame - A single frame in a stack trace
VERSION
version 2.04
DESCRIPTION
See Devel::StackTrace for details.
METHODS
See Perl's
caller
documentation for more information on what these methods return.$frame->package
$frame->filename
$frame->line
$frame->subroutine
$frame->hasargs
$frame->wantarray
$frame->evaltext
Returns undef if the frame was not part of an eval.
$frame->is_require
Returns undef if the frame was not part of a require.
$frame->args
Returns the arguments passed to the frame. Note that any arguments that are references are returned as references, not copies.
$frame->hints
$frame->bitmask
$frame->as_string
Returns a string containing a description of the frame.
SUPPORT
Bugs may be submitted at https://github.com/houseabsolute/Devel-StackTrace/issues.
I am also usually active on IRC as 'autarch' on
irc://irc.perl.org
.SOURCE
The source code repository for Devel-StackTrace can be found at https://github.com/houseabsolute/Devel-StackTrace.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2000 - 2019 by David Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
The full text of the license can be found in the LICENSE file included with this distribution.
Module Install Instructions
To install Devel::StackTrace, copy and paste the appropriate command in to your terminal.
cpanm Devel::StackTrace
perl -MCPAN -e shell install Devel::StackTrace
For more information on module installation, please visit the detailed CPAN module installation guide.