NAME
Hoppy::Service::Base - Base class of Hoppy::Service.
SYNOPSIS
package My::Service::Class;
use base qw(Hoppy::Service::Base);
DESCRIPTION
Base class of Hoppy::Service.
Derived classes of Hoppy::Serivce::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.