This module 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 th information received from the server can be manipulated. ok jasper@, giovanni@
10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
$OpenBSD: patch-t_1_t,v 1.1.1.1 2010/12/04 15:18:18 benoit Exp $
|
|
--- t/1.t.orig Sat Nov 27 22:52:39 2010
|
|
+++ t/1.t Sat Nov 27 22:53:32 2010
|
|
@@ -12,4 +12,4 @@
|
|
|
|
# Insert your test code below, the Test::More module is use()ed here so read
|
|
# its man page ( perldoc Test::More ) for help writing this test script.
|
|
-my $ntp = get_ntp_response();
|
|
+my $ntp = get_ntp_response("pool.ntp.org", 123);
|