Letter P

perl-Sub-Delete - Perl module to delete subroutines

Website: https://metacpan.org/release/Sub-Delete
License: GPL+ or Artistic
Vendor: Alcance Libre, Inc.
Description:
Sub::Delete 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).

Packages

perl-Sub-Delete-1.00002-1.fc14.al.noarch [8 KiB] Changelog by Andrea Veri (2018-07-31):
- Initial package release.

Listing created by Repoview-0.6.6-6.fc14.al