Skip Menu |

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

Report information
The Basics
Id: 70410
Status: resolved
Priority: 0/
Queue: Net-GPSD3

People
Owner: MRDVT [...] cpan.org
Requestors: fschlich [...] cis.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.17
Fixed in: 0.18



Subject: typo in POD DESCRIPTION
Hi, there are two minor but prominently placed typos in the main DESCRIPTION section of Net::GPSD3 - "deamon" instead of "daemon", and "adding" instead of "added": --- a/lib/Net/GPSD3.pm +++ b/lib/Net/GPSD3.pm @@ -47,7 +47,7 @@ =head1 DESCRIPTION -Net::GPSD3 provides an object client interface to the gpsd server daemon utilizing the version 3 protocol. gpsd is an open source GPS deamon from http://gpsd.berlios.de/. Support for Version 3 of the protocol (JSON) was adding to the daemon in version 2.90. If your daemon is before 2.90 (protocol 2.X), please use the L<Net::GPSD> package. +Net::GPSD3 provides an object client interface to the gpsd server daemon utilizing the version 3 protocol. gpsd is an open source GPS daemon from http://gpsd.berlios.de/. Support for Version 3 of the protocol (JSON) was added to the daemon in version 2.90. If your daemon is before 2.90 (protocol 2.X), please use the L<Net::GPSD> package. =head1 CONSTRUCTOR (this patch is from the Debian package of Net::GPSD3) Florian
From: fschlich [...] cis.fu-berlin.de
yet another one in Net::GPSD3::Return::Unknown::Timestamp, s/compatability/compatibility/ --- a/lib/Net/GPSD3/Return/Unknown/Timestamp.pm +++ b/lib/Net/GPSD3/Return/Unknown/Timestamp.pm @@ -28,7 +28,7 @@ Note: In 2.96 (protocol 3.4) the TPV->time format changed from unix epoch to W3C, but this method attempts to hide that change from the user. -Since the POXIS standard for the Unix epoch does not use leap seconds but GPS system does I do not recommend that you use this method for time display or storage. This method is purely here for backwards compatability. +Since the POXIS standard for the Unix epoch does not use leap seconds but GPS system does I do not recommend that you use this method for time display or storage. This method is purely here for backwards compatibility. =cut
Identified spelling issues have been correct in my SVN and will be in the next release that adds gpsd-3.0 compatibility tests.
Subject: typo in POD DESCRIPTION Net::GPSD3
fixed in version 0.18