diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-03-18 15:13:40 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-15 11:15:16 +0200 |
commit | 99671a4a235b4619f809b7dbf28bf972370ab181 (patch) | |
tree | 3e25c727cd68e0ccc6de7ca15f4ed0e448b5960c /pod/perltodo.pod | |
parent | 036e1e65778b6e2b51a21e4ce6d5b694f2a3ba03 (diff) | |
download | perl-99671a4a235b4619f809b7dbf28bf972370ab181.tar.gz |
Remove 'delete &function' from perltodo.
It wouldn't add any new feature we don't already have and be inconsistent with
the behaviour of other things.
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 a16cf0d604..0a03bf4175 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -1046,11 +1046,6 @@ slices. This would be good to fix. The regexp optimiser is not optional. It should configurable to be, to allow its performance to be measured, and its bugs to be easily demonstrated. -=head2 delete &function - -Allow to delete functions. One can already undef them, but they're still -in the stash. - =head2 C</w> regex modifier That flag would enable to match whole words, and also to interpolate |