freebsd-ports/devel/p5-FileHandle-Unget/pkg-descr
Sunpoet Po-Chuan Hsieh 1b0d3f744b - Add WWW
- Use single space after WWW:
- Remove Author line
2013-08-29 17:16:52 +00:00

10 lines
386 B
Text

FileHandle::Unget is a drop-in replacement for FileHandle which allows more
than one byte to be placed back on the input. It supports an ungetc(ORD) which
can be called more than once in a row, and an ungets(SCALAR) which places a
string of bytes back on the input.
Version 0.11:
- Fixed uninitialized value warnings
- Create SourceForge project
WWW: http://fh-unget.sourceforge.net/