Growl::NotifySend - Perl extention to do something
This document describes Growl::NotifySend version 0.02.
use Growl::NotifySend; Growl::NotifySend->show( summary => 'Hey!', body => 'Good morning!', );
This is a wrapper to notify-send(1)
.
Growl::NotifySend->show(%args | \%args)
Shows a notification with %args which are text strings.
The string displayed at the top of the notification.
The string displayed at the bottom of the notification.
The urgency level (low
, normal
or critical
).
The timeout in milliseconds at which to expire the notification.
The notification category.
Perl 5.8.1 or later, and notify-send(1)
included in the libnotify-bin
package.
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.
Fuji, Goro (gfx) <gfuji@cpan.org>
Copyright (c) 2011, Fuji, Goro (gfx). All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.