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.