summaryrefslogtreecommitdiffstats
path: root/devel/p5-Sub-Delete/pkg-descr
blob: f1a09a0d200f041cafe6f6136af4118ccc4b5ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
This module provides one function, delete_sub, that deletes the
subroutine whose name is passed to it. (To load the module without
importing the function, write use Sub::Delete();.)

This does more than simply undefine the subroutine in the manner of
undef &foo, which leaves a stub that can trigger AUTOLOAD (and,
consequently, won't work for deleting methods). The subroutine is
completely obliterated from the symbol table (though there may be
references to it elsewhere, including in compiled code).

WWW: http://search.cpan.org/dist/Sub-Delete/
OpenPOWER on IntegriCloud