Changes for version 0.03

  • • 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.

Modules

Perl module enabling one to delete subroutines