===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libdevel-stacktrace-perl-2.0400/README.md-166-returns `undef` when it reaches the bottom of the stack and then resets its
libdevel-stacktrace-perl-2.0400/README.md:167:pointer so the next call to `$trace->next_frame` or `$trace->prev_frame` will work properly.
libdevel-stacktrace-perl-2.0400/README.md-168-
##############################################
libdevel-stacktrace-perl-2.0400/README.md-173-undef when it reaches the top of the stack and then resets its pointer so the
libdevel-stacktrace-perl-2.0400/README.md:174:next call to `$trace->next_frame` or `$trace->prev_frame` will work
libdevel-stacktrace-perl-2.0400/README.md-175-properly.
##############################################
libdevel-stacktrace-perl-2.0400/README.md-178-
libdevel-stacktrace-perl-2.0400/README.md:179:Resets the pointer so that the next call to `$trace->next_frame` or `$trace->prev_frame` will start at the top or bottom of the stack, as
libdevel-stacktrace-perl-2.0400/README.md-180-appropriate.
##############################################
libdevel-stacktrace-perl-2.0400/README.md-191-This is useful if you want to filter the list of frames in ways that are more
libdevel-stacktrace-perl-2.0400/README.md:192:complex than can be handled by the `$trace->filter_frames` method:
libdevel-stacktrace-perl-2.0400/README.md-193-
##############################################
libdevel-stacktrace-perl-2.0400/README.md-207-
libdevel-stacktrace-perl-2.0400/README.md:208:Calls `$frame->as_string` on each frame from top to bottom, producing
libdevel-stacktrace-perl-2.0400/README.md-209-output quite similar to the Carp module's cluck/confess methods.