diff options
Diffstat (limited to 'lib/Net/Time.pm')
-rw-r--r-- | lib/Net/Time.pm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/Net/Time.pm b/lib/Net/Time.pm index 828babf717..3fad07ef01 100644 --- a/lib/Net/Time.pm +++ b/lib/Net/Time.pm @@ -17,7 +17,7 @@ use IO::Select; @ISA = qw(Exporter); @EXPORT_OK = qw(inet_time inet_daytime); -$VERSION = "2.08"; +$VERSION = "2.09"; # $Id: //depot/libnet/Net/Time.pm#9 $ $TIMEOUT = 120; @@ -102,11 +102,11 @@ Net::Time - time and daytime network client interface =head1 SYNOPSIS use Net::Time qw(inet_time inet_daytime); - + print inet_time(); # use default host from Net::Config print inet_time('localhost'); print inet_time('localhost', 'tcp'); - + print inet_daytime(); # use default host from Net::Config print inet_daytime('localhost'); print inet_daytime('localhost', 'tcp'); @@ -144,4 +144,8 @@ Copyright (c) 1995-1998 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. +=for html <hr> + +I<$Id: //depot/libnet/Net/Time.pm#9 $> + =cut |