
mcoder::calculated - Perl extension for calculated method generation

use mcoder::calculated qw(runner walker jumper);
use mcoder::calculated { coder => '_coder' };
sub _calculate_runner { ... }
sub _calculate_walker { ... }
sub _calculate_jumper { ... }
sub _calculate_coder { ... }

create get methods to retrieve object attributes that automatically call a _calculate_* method when the attribute doesn' exist.

look at the synopsis!
the get methods defined


Salvador Fandiño, <sfandino@yahoo.com>

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.