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


Hoppy documentation  | view source Contained in the Hoppy distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

Base class of Hoppy::Hook.

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

METHODS

Top

AUTHOR

Top

Takeshi Miki <miki@cpan.org>

LICENSE

Top

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

SEE ALSO

Top


Hoppy documentation  | view source Contained in the Hoppy distribution.