summaryrefslogtreecommitdiff
path: root/lib/perl5db.t
diff options
context:
space:
mode:
authorbharanee rathna <unknown>2007-12-11 07:25:21 -0800
committerSteve Peters <steve@fisharerojo.org>2008-11-14 14:29:53 +0000
commit1ad62f649328dc563f7f21be3c384f5adf18af1d (patch)
tree5c3d6b8a5c665965a82a67619c2a450a4ea89740 /lib/perl5db.t
parent6fd69bbe2bea498b179902913d94c1f09d136b0c (diff)
downloadperl-1ad62f649328dc563f7f21be3c384f5adf18af1d.tar.gz
[perl #48489] patch to fix perl bug #7013
From: "bharanee rathna" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-28750-1197415521-1978.48489-75-0@perl.org> Just the pp_hot.c portion of this patch applied along with removing the TODO from the test added in the previous change. p4raw-id: //depot/perl@34833
Diffstat (limited to 'lib/perl5db.t')
-rw-r--r--lib/perl5db.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/perl5db.t b/lib/perl5db.t
index 22a8271c5e..fd65ef92e4 100644
--- a/lib/perl5db.t
+++ b/lib/perl5db.t
@@ -76,9 +76,8 @@ like($contents, qr/sub factorial/,
'The ${main::_<filename} variable in the debugger was not destroyed'
);
-TODO: {
+{
local $ENV{PERLDB_OPTS} = "ReadLine=0";
- local $::TODO = "lvalueness isn't propagated in the debugger";
my $output = runperl(switches => [ '-d' ], progfile => '../lib/perl5db/t/lvalue-bug');
like($output, qr/foo is defined/, 'lvalue subs work in the debugger');
}