NAME
mcoder::virtual - Perl extension for virtual method generation
SYNOPSIS
use mcoder::virtual qw(runner walker jumper);
ABSTRACT
create virtual methods that throw and error when called if they have not been redefined on child classes.
DESCRIPTION
look at the synopsis!
EXPORT
the virtual methods defined
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.