
mcoder::bool::unset - Perl extension for unset methods generation

use mcoder::bool::unset qw(good tall);
# is equivalent to...
# sub unset_runner { $_[0]->{good}=undef };
# sub unset_walker { $_[0]->{tall}=undef };
use mcoder::bool::unset { coder => '_coder' };
# sub unset_coder { $_[0]->{_coder}=undef };

create set methods to change object attributes

look at the synopsis!
the set methods defined


Salvador Fandiño, <sfandino@yahoo.com>

Copyright 2003 by Salvador Fandiño
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.