Growl-Any
view release on metacpan or search on metacpan
lib/Growl/Any.pm view on Meta::CPAN
=head1 SYNOPSIS
use Growl::Any;
my $growl = Growl::Any->new(appname => "my app", events => ["event1", "event2"]);
$growl->notify("event1", "title", "message", "path/to/icon");
=head1 DESCRIPTION
Growl::Any is a Perl module that provide growls using growl modules.
This can notify to desktop applications working in the local system.
=head1 INTERFACE
=head2 C<< Growl::Any->new(appname => $appname, events => $events, ...) >>
Creates a Growl::Any client with I<$appname> and I<$events>.
I<$appname> must be a text string, and I<$events> must be an ARRAY reference
consisting of text strings.
( run in 1.007 second using v1.01-cache-2.11-cpan-299005ec8e3 )