r75132 - in /trunk/libnet-ntp-perl/debian: changelog control
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Sun Jun 5 08:05:33 UTC 2011
Author: periapt-guest
Date: Sun Jun 5 08:05:25 2011
New Revision: 75132
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75132
Log:
Extended long descrption
Modified:
trunk/libnet-ntp-perl/debian/changelog
trunk/libnet-ntp-perl/debian/control
Modified: trunk/libnet-ntp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/changelog?rev=75132&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/changelog (original)
+++ trunk/libnet-ntp-perl/debian/changelog Sun Jun 5 08:05:25 2011
@@ -5,6 +5,7 @@
* Added debian/source/format
* Raised standards version to 3.9.2
* Added patch for spelling mistake
+ * Extended long descrption
-- Nicholas Bamber <nicholas at periapt.co.uk> Sat, 04 Jun 2011 10:39:25 +0100
Modified: trunk/libnet-ntp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/control?rev=75132&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/control (original)
+++ trunk/libnet-ntp-perl/debian/control Sun Jun 5 08:05:25 2011
@@ -15,4 +15,9 @@
Depends: ${misc:Depends}, ${perl:Depends}, netbase
Description: Perl module to query NTP servers
Net::NTP is a small perl module to query an NTP (Network Time Protocol)
- time server for the current time.
+ time server for the current time. It exports a single method
+ (get_ntp_response) and returns an associative array based upon RFC1305 and
+ RFC2030. The response from the server is "humanized" to a point that further
+ processing of the information recieved from the server can be manipulated.
+ For example: timestamps are in epoch, so one could use the localtime function
+ to produce an even more "human" representation of the timestamp.
More information about the Pkg-perl-cvs-commits
mailing list