The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hoppy::Hook::Base - Base class of Hoppy::Hook.

SYNOPSIS

  package My::Hook::Class;
  use base qw(Hoppy::Hook::Base);

DESCRIPTION

Base class of Hoppy::Hook.

Derived classes of Hoppy::Hook::Base must implement work() method.

METHODS

AUTHOR

Takeshi Miki <miki@cpan.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO