Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Die Versionsnummer, die mit ein paar Modulen unvereinbar war, wurde behoben. Diese Version benutzt Test:: More-Test für eine bessere Berichterstattung. Die Verwendung des "English"-Modul wurde entfernt, um einen Fehler, dass in einigen Perl-Versionen vorhanden ist.
Tags: 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 wurde behoben zu sein plattformunabhängig. Dateihandle-spezifische INPUT_RECORD_SEPARATOR Fähigkeit hinzugefügt wurde, und Makefile.PL wurde geändert, um use Module:: Install.
Tags: 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

Ein Fehler an Rohren und erzählen () und einen Fehler beim Lesen von Daten in einer Liste Zusammenhang wurden behoben. New_from_fd Support wurde hinzugefügt.
Tags: 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

Diese Version verbessert die Windows-, Data:: Dumper und Perl 5.6.1 Kompatibilität und behebt einen Speicherverlust.
Tags: 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

Ein Fall, in dem ein Perl-Fehler unter Windows ausgelöst wird, ist nun erkannt. Die Testfälle wurden verbessert.
Tags: 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