Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Net::GPSD3::POE - Net::GPSD3 POE Session object
SYNOPSIS
use POE;
use Net::GPSD3::POE;
my $gpsd=Net::GPSD3::POE->new;
#$gpsd->addHandler;
$gpsd->session;
#other POE::Sessions...
POE::Kernel->run;
One Liner
perl -MPOE -MNet::GPSD3::POE -e 'Net::GPSD3::POE->new->session;POE::Kernel->run;'
DESCRIPTION
This package adds a POE::Session capabilty to Net::GPSD3.
METHODS
session
Configures and returns a POE::Session object
BUGS
Log on RT and Send to gpsd-dev email list
SUPPORT
DavisNetworks.com supports all Perl applications including this package.
Try gpsd-dev email list
AUTHOR
Michael R. Davis
CPAN ID: MRDVT
STOP, LLC
domain=>michaelrdavis,tld=>com,account=>perl
http://www.stopllc.com/
COPYRIGHT
This program is free software licensed under the...
The BSD License
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
Net::GPSD3, POE, POE::Session, POE::Wheel::ReadWrite, POE::Filter::Line