Download List

项目描述

FileHandle::Unget is a Perl module which is a
drop-in replacement for FileHandle. It 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.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-12-21 23:58
0.1620

版本号,它经历了一些不兼容的模块,已得到修复。此版本使用测试::更多更好的测试报告。在“英语”模块的使用已被删除,以解决一个错误,在某些版本的Perl存在。
标签: Minor bugfixes
The version number, which was incompatible with some modules, has been fixed. This release uses Test::More for better test reporting. The use of the "English" module has been removed to work around a bug that exists in some versions of Perl.

2004-09-16 06:29
0.16.0

stdin_tell_bug.t固定更加平台无关。文件句柄具体input_record_separator功能是补充说,Makefile.PL改为使用模块::安装。
标签: Minor feature enhancements
stdin_tell_bug.t was fixed to be more platform independent. Filehandle-specific input_record_separator capability was added, and Makefile.PL was changed to use Module::Install.

2004-09-02 09:05
0.15

阿错误涉及管道,并告诉与学习列表中的数据()和一个错误是固定的。new_from_fd支持增加。
标签: Major bugfixes
A bug involving pipes and tell() and a bug with
reading data in a list context were fixed.
new_from_fd support was added.

2004-02-09 12:31
0.14

此版本改进的Windows,数据::自卸车,和Perl 5.6.1的兼容性,并修正了内存泄漏。
标签: Minor bugfixes
This version improves Windows, Data::Dumper, and Perl 5.6.1 compatibility, and fixes a memory leak.

2003-12-30 05:24
0.13

一宗Perl的错误会在Windows启动目前发现的情况。测试案例得到了改善。
标签: Minor feature enhancements
A case in which a Perl bug will be triggered on
Windows is now detected. The test cases were
improved.

Project Resources