NAME
mcoder::calculated - Perl extension for calculated method generation
SYNOPSIS
use mcoder::calculated qw(runner walker jumper);
use mcoder::calculated { coder => '_coder' };
sub _calculate_runner { ... }
sub _calculate_walker { ... }
sub _calculate_jumper { ... }
sub _calculate_coder { ... }
ABSTRACT
create get methods to retrieve object attributes that automatically call a _calculate_* method when the attribute doesn' exist.
DESCRIPTION
look at the synopsis!
EXPORT
the get 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 53:
Non-ASCII character seen before =encoding in 'Fandiño,'. Assuming CP1252