Net-Pushover
view release on metacpan or search on metacpan
lib/Net/Pushover.pm view on Meta::CPAN
# send a notification
$push->message(
title => 'Perl Pushover Notification',
text => 'This is my notification'
);
=head1 DESCRIPTION
Pushover is a service that provide an API for a notification sender service to a
big list of devices like android, iphone, ipad, desktop, smart watches, etc...
=head2 ACCESSORS
This is a list of accessors implemented for this module.
=head3 token
$push->token('a94a8fe5ccb19ba61c4c0873d391e9');
say $push->token;
( run in 0.450 second using v1.01-cache-2.11-cpan-299005ec8e3 )