The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Change 332 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)

	Configure
	- Fix typo

Change 331 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- get and put now accept *FD as well as \*FD for the local filehandle

Change 330 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)

	Net::Domain
	- Added support for VMS as suggest by lane@DUPHY4.Physics.Drexel.Edu

Change 329 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)

	Net::Netrc
	- Added support for spaces in passwords

Change 328 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)

	Net::Cmd
	- Map \n's in commands to " "

Change 327 on 1999/09/18 by <gbarr@pobox.com> (Graham Barr)

	Net::Netrc
	- Applied patch from Randy Merrell to fix / escaping

Change 318 on 1999/08/06 by <gbarr@pobox.com> (Graham Barr)

	Net::Cmd
	- Remove use of defined(@ISA)

Change 316 on 1999/07/11 by <gbarr@pobox.com> (Graham Barr)

	Net::POP3
	- Added ping method supplied by William Rolston <rolston@freerealtime.com>

Change 309 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Check that writes to local file succeed

Change 308 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Fix bug ->size when SIZE and STAT are not implemented

Change 307 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)

	Net::POP3
	- The return value for apop is now the same as login

Change 306 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)

	Net::POP3
	- login now returns "0E0" when there are no messages on te server.
	  This is true in a boolean context, but zero in a numeric context

Change 305 on 1999/05/05 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP::A
	- Fixed bug when sending a file in ascii mode that already contains
	  \r\n character sequences
	- Made improvements to speed of \r\n <-> \n translation

Change 304 on 1999/05/04 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Added hash mark printing

Change 183 on 1998/08/07 by <gbarr@pobox.com> (Graham Barr)

	Net::Domain
	- Fix problem with returning last name instead of first name for a
	  win32 multi-homed machine

Change 182 on 1998/08/07 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- _list_cmd returned (undef) instead of ()
	- Fix typo in docs
	
	Net::NNTP
	- Fix typo in docs

Change 181 on 1998/08/05 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Allow spaces in filenames (ick!)

Change 179 on 1998/08/05 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- added new rmdir from Dunkin Software
	- fix to the code generating the listen port

Change 171 on 1998/07/09 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- login will now send ACCT if $acct is defined and the PASS
	  command completed with 2xx or 3xx
	- Added a check for the close of the dataconn in _store_cmd
	- Debug trace will hide any parameter given to ACCT

Change 167 on 1998/07/04 by <gbarr@pobox.com> (Graham Barr)

	- Added Config.eg, an example Config.pm
	- Removed set method from Net::Config
	- Removed check for Data::Dumper from Makefile.PL

Change 157 on 1998/06/20 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Another small tweak to ->supported()

Change 156 on 1998/06/19 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Tweak to ->supported() to better detect reports from some
	  servers (NcFTPd)

Change 153 on 1998/06/17 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Fix "Use of uninitialized" warning, patch from
	  Lars Thegler <lth@dannet.dk>

Change 148 on 1998/06/07 by <gbarr@pobox.com> (Graham Barr)

	Net::SMTP
	- Fix typo

Change 147 on 1998/06/07 by <gbarr@pobox.com> (Graham Barr)

	Net::SMTP
	- Added ->supports()
	- Added ->etrn()
	
	Updated FAQ

Change 141 on 1998/05/24 by <gbarr@pobox.com> (Graham Barr)

	Net::SMTP
	- Added banner() method

Change 132 on 1998/04/18 by <gbarr@pobox.com> (Graham Barr)

	Net::POP3
	- Added ResvPort option to new()

Change 131 on 1998/04/18 by <gbarr@pobox.com> (Graham Barr)

	Makefile.PL
	- Patch for running $^X Configure under VMS

Change 130 on 1998/04/18 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP, Net::POP3
	- wrapped getpwuid in eval {} as some OSs (eg NT) do not support it

Change 129 on 1998/04/18 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Enhanced ->size() to try different approaces if SIZE is
	  not implemented

Change 128 on 1998/04/16 by <gbarr@pobox.com> (Graham Barr)

	Net::Time
	- Correct number of seconds in a year

Change 126 on 1998/04/06 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP, Net::FTP::A, Net::FTP::I, Net::Cmd
	- changes for undef checking on sysread/syswrite

Change 118 on 1998/02/24 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Added site method

Change 117 on 1998/02/24 by <gbarr@pobox.com> (Graham Barr)

	Net::POP3
	- Remove use of map in a void context

Change 116 on 1998/02/21 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Changes to mkdir for recursive creates.

Change 114 on 1998/02/21 by <gbarr@pobox.com> (Graham Barr)

	Net::Domain
	- Change $SIG{__DIE__} to $SIG{'__DIE__'} to stop warning in 5.003

Change 113 on 1998/02/18 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP::A
	- modified regexp in write for converting to CRLF, should now work with MacOS
	
	Net::FTP
	- Added use of File::Basename
	- Small tweak to abort()
	
	Net::Time
	- Changed inet_time to handle MacOS
	
	Net::Netrc
	- Fixes for MacOS
	
	Net::Domain
	- Fixes for MacOS
	
	Net::SMTP
	- Fix for new() to fail if HELO command fails

Change 108 on 1998/02/15 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Added check for filenames with spaces, \r or \n

Change 107 on 1998/02/07 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Ensure dataconn object is in reading mode for data transfers

Change 101 on 1998/01/23 by <gbarr@pobox.com> (Graham Barr)

	Renamed FAQ.pod as FAQ

Change 100 on 1998/01/23 by <gbarr@pobox.com> (Graham Barr)

	Net::NNTP
	- Added Reader option to new()

Change 99 on 1998/01/23 by <gbarr@pobox.com> (Graham Barr)

	Net::POP3
	- fix pass() to call popstat() if pattern does not match for
	  message count

Change 98 on 1998/01/23 by <gbarr@pobox.com> (Graham Barr)

	Restore changes lost in disk-crash
	
	*** Patch 1.0605
	
	Sun Dec 21 1997 <gbarr@pobox.com> (Graham Barr)
	
	Net::FTP
	- Fix for pasv_xfer, previous version hung if an error occured
	  while setting up the link between the two servers.
	
	Sun Dec 14 1997 <gbarr@pobox.com> (Graham Barr)
	
	Net::Domain
	- Fix for 'Use of uninitialized' when setting $SIG{__DIE__}
	
	Sat Dec 13 1997 <gbarr@pobox.com> (Graham Barr)
	
	Net::Domain, Net::Netrc
	- patches from Nick Ing-Simmons for MSWin32
	
	*** Patch 1.0604
	
	Thu Dec 11 1997 <gbarr@pobox.com> (Graham Barr)
	
	Net::FTP
	- Removed use of AutoLoader, it was causing problems on
	  some platforms

Change 92 on 1997/12/09 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Fix to pasv_xfer, the command stream on the source side was left
	  out of sync.

Change 91 on 1997/12/05 by <gbarr@pobox.com> (Graham Barr)

	MANIFEST, FAQ.pod
	- Added initial FAQ document

Change 90 on 1997/12/05 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Set $@ if ->new() fails

Change 79 on 1997/11/30 by <gbarr@pobox.com> (Graham Barr)

	Net::Cmd
	- Fix for read_until_dot entering an endless loop, now returns undef
	
	Net::POP3
	- Fix ->list() and ->uidl() to handle undef being returned from
	  ->read_until_dot()

Change 78 on 1997/11/30 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Fix to login() and authorize() for OS/2 which does not
	  support getpw*()

Change 65 on 1997/11/28 by <gbarr@pobox.com> (Graham Barr)

	Net::Domain
	- If user has defined $SIG{__DIE__} then failures inside eval
	  still call it. local-ized $SIG{__DIE__} to stop this as Net::Domain
	  used eval to hide such errors.

Change 64 on 1997/11/28 by <gbarr@pobox.com> (Graham Barr)

	t/nntp.t
	- Now exits passing if commands fail due to not having
	  authorization.

Change 60 on 1997/11/26 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP::I
	- Fix to prevent ABOR being sent when xfer is complete
	- Change to write() to ensure whole packet is sent
	
	Net::FTP
	- Moved $TELNET_ vars to top of file so that  autosplit does not place them
	  in the wrong file and cause "Use of undefined ...."
	- Clarification on the result from ->size() added to docs.
	- pasv_xfer changed to use stor as stou is not a "MUST-have" command
	- added pasv_xfer_unique
	
	Net::PH
	- Documentation updates.
	
	t/nntp.t
	- Modified to test for a list of groups

Change 58 on 1997/11/18 by <gbarr@pobox.com> (Graham Barr)

	t/nntp.t
	- Modified to check for more groups before failure

Change 56 on 1997/11/18 by <gbarr@pobox.com> (Graham Barr)

	Net::SMTP
	- Corrected documentation for ->expand()

Change 54 on 1997/11/18 by <gbarr@pobox.com> (Graham Barr)

	Makefile.PL
	- change to code for creating Net::Config
	
	Net::FTP::A
	- Change to write() to ensure whole packet is sent
	- Documentation correction to dir() and ls()
	
	Net::FTP::dataconn
	- Stop abort be called when a write socket is being closed.
	
	Net::NNTP
	- Changes to postok logic
	
	Net::PH
	- fields() now also returns a reference to an ordered array of tag names
	  if called in an array context.
	
	Net::Cmd
	- Catch added for SIGPIPE while in ->command()

Change 43 on 1997/11/05 by <gbarr@pobox.com> (Graham Barr)

	rename files

Change 39 on 1997/11/05 by <gbarr@pobox.com> (Graham Barr)

	Configure
	- Fix croak problem

Change 38 on 1997/11/05 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP, Net::NNTP, Net::PH, Net::POP3, Net::SMTP, Net::SNPP
	- Fix error cause by calling close method when "unexpected EOF:
	  has been encountered.
	
	t/require.t
	- Remove Net::Telnet test

Change 35 on 1997/11/01 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Fixed undef warning in login() when $ruser does not exist in .netrc

Change 34 on 1997/11/01 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Added new supported() method

Change 33 on 1997/11/01 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- DESTORY now sends quit command
	- corrected OOB commands sent prior to an abort command
	- close will call abort unless eof seen
	- documentation updates
	
	Net::FTP::datacon
	- abort() will read a byte if non have been read
	
	Net::FTP::A
	- read was using arg#3 as an offset ?? change to use as timeout, this
	  now matches Net::FTP::I::read and the docs
	- speedup to read()

Change 15 on 1997/09/27 by <gbarr@pobox.com> (Graham Barr)

	Email address and documentation changes

Change 14 on 1997/09/27 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Added account method so ACCT command can be sent independantly
	  of ->login()
	- Fixed a bug which caused an infinite loop if EOF happend on the
	  command channel while executing code to work around MS FTP
	    servers
	
	Net::Cmd
	- Fixed undefined warning when an unexpected EOF is encountered
	
	Net::NNTP
	- Added a call to ->reader() from within ->new(), just in case we are
	  talking to an INN server, but we have transfer rights. This will
	  ensure we are talking to nnrpd.
	
	Net::SNPP
	- Fixed a bug in ->new() while locating default host

Change 13 on 1997/09/27 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Modified code which determined whether to connect via a Firewall.
	  if the Firewall wall option is passed then it will be used,
	  reguardless of whether the real machine can be reached.
	- The Firewall option to new is now used in preference over
	  the FTP_FIREWALL environment variable.

Change 12 on 1997/09/27 by <gbarr@pobox.com> (Graham Barr)

	Net::Cmd
	- modified ->response() to return CMD_ERROR if ->getline() returns
	  undef

Change 6 on 1997/09/14 by <gbarr@pobox.com> (Graham Barr)

	Small tweak to Makefile,PL to remove requirement for Data::Dumper

Change 3 on 1997/09/13 by <gbarr@pobox.com> (Graham Barr)

	Makefile.PL
	- Local config file libnet.cfg installed as Net::Config

Change 2 on 1997/09/13 by <gbarr@pobox.com> (Graham Barr)

	Net::FTP
	- Modified to use AutoLoader
	- Fixed Net::FTP::[AI]::write to trap SIGPIPE errors
	  and return an error, instead of aborting the script