From: Florian Ragwitz Date: Thu, 18 Mar 2010 14:13:40 +0000 (+0100) Subject: Remove 'delete &function' from perltodo. X-Git-Tag: v5.13.0~37^2~19 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/99671a4a235b4619f809b7dbf28bf972370ab181 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. --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index a16cf0d..0a03bf4 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 regex modifier That flag would enable to match whole words, and also to interpolate