NAME
mcoder::array::calculated - Perl extension for array_calculated method generation
SYNOPSIS
use mcoder::array::calculated qw(runners walkers jumpers);
use mcoder::array::calculated { coders => '_coders' };
sub _calculate_runners { qw(one two three) }
sub _calculate_walkers { ... }
sub _calculate_jumpers { ... }
sub _calculate_coders { ... }
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 2005 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