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

	Fix return logic for get and put (patch from Bruce Gray)

Change 726 on 2002/05/27 by <gbarr@pobox.com> (Graham Barr)

	Release 0.15

Change 725 on 2002/05/27 by <gbarr@pobox.com> (Graham Barr)

	Fix 'Use of uninitialized' warning

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

	Add O_TRUNC to open in get() so an existing file is truncated instead
	of unlinked and recreated

Change 646 on 2001/09/17 by <gbarr@pobox.com> (Graham Barr)

	Ensure local files are in binmode when transfer is octet mode
	Avoid spurious Buffer underflow warning

Change 633 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)

	Release 0.12

Change 614 on 2001/05/29 by <gbarr@pobox.com> (Graham Barr)

	Move TFTP out of libnet

Change 469 on 2000/03/30 by <gbarr@pobox.com> (Graham Barr)

	Documentation updates

Change 430 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)

	Net::TFTP
	- There is no quit method, so don't document one

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

	Net::TFTP
	- Fix typo in CLOSE()

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

	Net::TFTP
	- Initial public release

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

	Net::TFTP
	- Some cleanup of the code
	- removed leading - from named args

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

	Net::TFTP
	- Initial version