NAME

mcoder::set - Perl extension for set methods generation

SYNOPSIS

  use mcoder::set qw(runner walker jumper);
  # is equivalent to...
  # sub set_runner { $_[0]->{runner}=$_[1] };
  # sub set_walker { $_[0]->{walker}=$_[1] };
  # sub set_jumper { $_[0]->{jumper}=$_[1] };

  use mcoder::set { coder => '_coder' };
  # sub set_coder { $_[0]->{_coder}=$_[1] };

ABSTRACT

create set methods to change object attributes

DESCRIPTION

look at the synopsis!

EXPORT

the set methods defined

SEE ALSO

Class::MethodMaker

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 53:

Non-ASCII character seen before =encoding in 'Fandiño,'. Assuming CP1252