| Hoppy documentation | view source | Contained in the Hoppy distribution. |
Hoppy::Hook::Base - Base class of Hoppy::Hook.
package My::Hook::Class; use base qw(Hoppy::Hook::Base);
Base class of Hoppy::Hook.
Derived classes of Hoppy::Hook::Base must implement work() method.
Takeshi Miki <miki@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Hoppy documentation | view source | Contained in the Hoppy distribution. |