There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Growl::Any::Base - The base class for Growl::Any implementations

SYNOPSIS

package Growl::Any::MyImplementation;
use parent qw(Growl::Any::Base);

DESCRIPTION

Growl::Any::Base is the base class for Growl::Any backends.

AUTHOR

Yasuhiro Matsumoto <mattn.jp@gmail.com>

tokuhirom

SEE ALSO

Growl::Any

LICENSE

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