aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sub-Delete
Commit message (Collapse)AuthorAgeFilesLines
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - update to 1.00002Yen-Ming Lee2010-05-292-5/+4
| | | | Notes: svn path=/head/; revision=255285
* - Update to 1.00001Wen Heping2010-02-222-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250142
* - update to 1.00000Yen-Ming Lee2009-11-292-4/+4
| | | | Notes: svn path=/head/; revision=244962
* Update to 0.03Tilman Keskinoz2009-09-112-7/+6
| | | | | | | | PR: 138708 Submitted by: maintainer Notes: svn path=/head/; revision=241207
* This module provides one function, delete_sub, that deletes theMartin Wilke2008-11-214-0/+44
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/ PR: ports/128899 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=223148