Skip Menu |

This queue is for tickets about the Net-Growl CPAN distribution.

Report information
The Basics
Id: 44923
Status: new
Priority: 0/
Queue: Net-Growl

People
Owner: Nobody in particular
Requestors: andrew [...] mysticcoders.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.99
Fixed in: (no value)



Subject: Allow for user-specified UDP port for Growl message passing
Hello, currently we are utilizing Net::Growl in our server environment where multiple users are using Growl to pass messages over an ssh and socat based forward back to their home machine. We have modified on our machine the Net::Growl module using the above patch to allow for passing a udp port in the register and notify which we have found very useful. Thanks! -- To our success! Mystic Coders, LLC | Code Magic | www.mysticcoders.com ANDREW LOMBARDI | andrew@mysticcoders.com 2321 E 4th St. Ste C-128, Santa Ana CA 92705 ofc: 949-528-6480 fax: 714-782-6024 cell: 714-697-8046 linked-in: http://www.linkedin.com/in/andrewlombardi
Subject: net-growl.patch
26c26 < PeerPort => Net::Growl::GROWL_UDP_PORT, --- > PeerPort => $args{port} || Net::Growl::GROWL_UDP_PORT, 40c40 < PeerPort => Net::Growl::GROWL_UDP_PORT, --- > PeerPort => $args{port} || Net::Growl::GROWL_UDP_PORT,