• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Net/H02-Apr-2007-437195

t/H02-Apr-2007-1913

ChangesH A D02-Apr-2007299 87

MANIFESTH A D05-Mar-2007158 87

META.ymlH A D02-Apr-2007536 1715

Makefile.PLH A D02-Apr-2007590 2017

READMEH A D02-Apr-20071.2 KiB4125

README

1Net-GrowlClient version 0.01
2============================
3
4Net::GrowlClient provides a complete object oriented interface to send Mac OS X Growl notifications across the network.
5
6It is inspired by Net::Growl provided by Nathan McFarland
7
8Growl only needs to be installed on the  Mac receiving notification not on the machine using this module.
9
10Make sure to go to System Preferences -> Growl -> Network and:
111) Enable incoming notifications and registration
122) Add a server password if you wish
133) Take care that not all display style support sticky notifications.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26This module requires these other modules and libraries:
27
28   Digest::MD5
29   Digest::SHA
30   Growl (http://growl.info) on the computer receiving the notifications (not the computer using this module, sending the notifications).
31
32COPYRIGHT AND LICENCE
33
34Copyright (C) 2007 by Raphaël ROULET
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself, either Perl version 5.8.6 or,
38at your option, any later version of Perl 5 you may have available.
39
40
41