Devel-Trepan
view release on metacpan or search on metacpan
lib/Devel/Trepan/CmdProcessor/Eval.pm view on Meta::CPAN
my $last_eval_value = 0;
sub handle_eval_result($) {
my ($self) = @_;
my $val_str;
my $prefix="\$DB::D[$last_eval_value] =";
# Perltidy::Dumper uses Tidy which looks at @ARGV for filenames.
# Having a non-empty @ARGV will cause Tidy to croak.
local @ARGV=();
my $fn;
my $print_properties = {};
my $evdisp = $self->{settings}{displayeval};
# FIXME: switch over entirely to the OO way of using Data::Dumper
# than set this global.
my $old_terse = $Data::Dumper::Terse;
$Data::Dumper::Terse = 1;
( run in 0.596 second using v1.01-cache-2.11-cpan-49f99fa48dc )