NAME
Zoidberg::Fish - Base class for loadable objects
SYNOPSIS
package My::Dynamic::ZoidPlugin
use base 'Zoidberg::Fish';
DESCRIPTION
This should be the abstract for Zoidberg::Fish.
Well what do you know ... it is!
If you inherit from this class, you don't need to declare the init, round_up and new methods:)
AUTHOR
R.L. Zwart, <carlos@caremail.nl>
Copyright (c) 2002 Raoul L. Zwart. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.