Path: usenet.cise.ufl.edu!usenet.eel.ufl.edu!arclight.uoregon.edu!newsfeeds.sol.net!news.maxwell.syr.edu!newsfeed.nacamar.de!news.he.net!nntp.iccom.com!news.rain.net!news.teleport.com!not-for-mail
From: Graham Barr <gbarr@ti.com>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: ANNOUNCE: libnet-1.05  PATCH: 01
Followup-To: comp.lang.perl.modules
Date: 19 Mar 1997 14:26:12 GMT
Organization: Texas Instruments Ltd.
Lines: 64
Sender: news-merlyn@gadget.cscaper.com
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Message-ID: <5got24$fh$1@nadine.teleport.com>
Reply-To: <gbarr@ti.com>
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:131 comp.lang.perl.modules:2108

I have just uploaded to CPAN a patch to libnet-1.05 which fixes a few minor
problems that have been reported.

These fixes are

	Net::SMTP
        - Changed the default HELO argument from hostdomain() to hostfqdn()
 
        Net::Cmd, Net::Domain
        - Incremented VERSION numbers
 
        Net::NNTP
        - corrected @_ check for newnews
 
        Net::Domain
        - Added use of inet_domain element from NetConfig
 
        Net::FTP
        - Updated documentation for get for WHERE

	Net::Cmd 
        - Added ->debug as conditional to EOF warning

libnet is a collection of perl modules which encapsulate the usage
of various protocols used in the internet community. These include

  Net::FTP     (RFC959)
  Net::SMTP    (RFC821)
  Net::Netrc
  Net::Cmd
  Net::Domain
  Net::Telnet  (RFC854)
  Net::Time    (RFC867 & RFC868)
  Net::NNTP    (RFC977)
  Net::POP3    (RFC1939)
  Net::SNPP    (RFC1861)
  Net::PH
  Net::Config

To install libnet you ***MUST*** have the following modules installed

  Data::Dumper
  IO::Socket

It should be avaliable on mirror sites soon from

    http://www.perl.com/CPAN/authors/Graham_Barr/libnet-1.05_01.pat.gz

Comments are always very welcome.

Copyright 1996 Graham Barr. All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

Share and Enjoy!
Graham <gbarr@ti.com>
-- 
Graham Barr                                               <gbarr@ti.com>
Logic merely enables one to be wrong with authority.
	--Doctor Who



