NAME

	IO::Handle::unread - Pushes string back into input filehandle

SYNOPSIS

	use IO::Handle::unread;

DESCRIPTION

	This module provdes C<unread()>, a superset of stdio's C<ungetc()>.

	See "perldoc IO::Handle::unread" for the rest of the document.

DEPENDENCIES

	perl 5.8.1 or later.

INSTALLATION

	To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

COPYRIGHT AND LICENCE

	Copyright (c) 2008 Goro Fuji, Some rights reserved.

	This program is free software; you can redistribute it and/or
	modify it under the same terms as Perl itself.
