NAME
mcoder::bool::unset - Perl extension for unset methods generation
SYNOPSIS
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 };
ABSTRACT
create set methods to change object attributes
DESCRIPTION
look at the synopsis!
EXPORT
the set methods defined
SEE ALSO
AUTHOR
Salvador Fandiño, <sfandino@yahoo.com>
COPYRIGHT AND LICENSE
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 52:
Non-ASCII character seen before =encoding in 'Fandiño,'. Assuming CP1252