Revision history for Sub::Delete
0.03 7 September, 2009
• Deleting a subroutine whose glob contains only that subroutine
now deletes the glob as well, so ‘delete_sub 'clext'’ now
fully undoes what ‘sub clext;’ does.
• Deleting a subroutine that shared a glob with other variables
used to do an effective ‘use vars’ on those variables. This
has been fixed.
0.02 2 September, 2008
One bug fix: If you call delete_sub with a fully-qualified sub
name (e.g., "Acme::Soap::wash"), and there is another slot in
use in the same glob (e.g., @Acme::Soap::wash), the latter
doesn’t get deleted anymore.
0.01 24 July, 2008
First release