SYNOPSIS

     use Devel::Confess::Tiny;

DESCRIPTION

    Provides a very simple and lightweight stacktrace printer. Does not
    require any module and code is suitable for embedding/copy-pasting.
    Does not support fancy stuffs that other stacktrace printer might
    provide, e.g. dumping of complex function arguments, colors, handling
    level trickery (like in Carp), etc. It just shows each level's
    filename/line number/function name with argument list.

SEE ALSO

    Devel::Confess

    Carp::Always (also: Carp::Always::Color, Carp::Source::Always, etc)

