The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mcoder::get - Perl extension for get methods generation

SYNOPSIS

  use mcoder::get qw(runner walker jumper);
  # is equivalent to...
  # sub runner { $_[0]->{runner} };
  # sub walker { $_[0]->{walker} };
  # sub jumper { $_[0]->{jumper} };

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

ABSTRACT

create get methods to retrieve object attributes

DESCRIPTION

look at the synopsis!

EXPORT

the get 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