NAME
FP::Repl::StackPlus - Stack including lexical variables
SYNOPSIS
my $stack = FP::Repl::StackPlus->get($numbers_of_levels_to_skip);
# same as FP::Repl::Stack, but frames also have `lexicals`, a hash
# as delivered from PadWalker
DESCRIPTION
I'm pretty sure this is still re-inventing some wheel...
SEE ALSO
NOTE
This is alpha software! Read the status section in the package README or on the website.