NAME
Devel::CStacktrace - C stacktraces for GNU systems
VERSION
version 0.011
SYNOPSIS
use Devel::CStacktrace 'stacktrace';
say for stacktrace(128);
DESCRIPTION
This module exports one function, stacktrace, that returns a list.
FUNCTIONS
stacktrace($max_depth)
Return a list of called functions, and their locations.
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.