NAME
Mac::OSA::Notification::Tiny - native mac notifications
VERSION
Version 1.00
SYNOPSIS
use Mac::OSA::Notification::Tiny qw/all/;
notification(
t => 'Flat World',
s => 'flat.world-wide.world',
m => 'The motive for world governments concealment of the true shape of the Earth has not been ascertained.',
n => 'Purr'
);
DESCRIPTION
A notification is a popup that appears when an application/script wants you to pay attention.
EXPORT
notification
Trigger a native notification from a script.
notification(
m => $message,
t => $title,
s => $subtitle,
n => $noise
);
The following are valid options for the notifications noise:
- Basso
- Blow
- Bottle
- Frog
- Funk
- Glass
- Hero
- Morse
- Ping
- Pop
- Purr
- Sosumi
- Submarine
- Tink
AUTHOR
LNATION, <email at lnation.org>
BUGS
Please report any bugs or feature requests to bug-mac-osa-notification-tiny at rt.cpan.org
, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mac-OSA-Notification-Tiny. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Mac::OSA::Notification::Tiny
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=Mac-OSA-Notification-Tiny
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
This software is Copyright (c) 2020->2021 by LNATION.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)