diff options
author | Steve Peters <steve@fisharerojo.org> | 2008-11-16 17:07:24 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-11-16 17:07:24 +0000 |
commit | 2cce807b99c41d45dc3866f79b6c5c4b56c0b55a (patch) | |
tree | 13876acca253517400c8411412ee992c5564ab37 /pod/perltodo.pod | |
parent | 0643ac23d9959ac64e372f8c84ce026bffd9d7bf (diff) | |
download | perl-2cce807b99c41d45dc3866f79b6c5c4b56c0b55a.tar.gz |
TODO for fixing lvalue subs in the debugger is now to-done. Pointed
out by Florian Ragwitz.
p4raw-id: //depot/perl@34840
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 558921ce77..77e2c8fc07 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -941,11 +941,6 @@ could probably be optimized. The old perltodo notes that lvalue functions don't work for list or hash slices. This would be good to fix. -=head2 LVALUE functions in the debugger - -The old perltodo notes that lvalue functions don't work in the debugger. This -would be good to fix. - =head2 regexp optimiser optional The regexp optimiser is not optional. It should configurable to be, to allow |