The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.