[Bioperl-l] _readline() in SeqIO.pm

Hilmar Lapp hlapp@gmx.net
Mon, 11 Sep 2000 14:10:52 +0200


Date: Mon, 11 Sep 2000 14:05:20 +0200
To: bioperl-bugs@bio.perl.org
CC: bioperl

The current implementation does not handle pushed back input correctly
unless the pushed back input ends with the value of $/.

Currently, this does not affect many modules, because only a few (in
fact, only fasta.pm?) change $/, and only complete records/lines returned
by _readline() are pushed back (hopefully!). Still, it is a silent and
potentially harmful bug.

	Hilmar

-----------------------------------------------------------------
Hilmar Lapp                                email: hlapp@gmx.net
NFI Vienna, IFD/Bioinformatics             phone: +43 1 86634 631
A-1235 Vienna                                fax: +43 1 86634 727
-----------------------------------------------------------------