NAME

Growl::Any - Common interface to Growl.

SYNOPSIS

use Growl::Any;
my $growl = Growl::Any->new;
$growl->register("my app", ['Test1', 'Test2']);
$growl->notify("Test1", "foo", "bar");

DESCRIPTION

Growl::Any is perl module that can provide any growl application. This can notify to desktop application working in local system.

AUTHOR

Yasuhiro Matsumoto <mattn.jp@gmail.com>

tokuhirom

SEE ALSO

Mac::Growl, Desktop::Notify, Net::GrowlClient, Net::Growl

LICENSE

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