
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.
