Subject: | ->eof does not work |
Unlike seek and tell, which are part of the IO::Seekable role and not
the normal IO::Handle role, the ->eof method IS part of the normal
IO::Handle role, and critical when working with handles in several context.
Most specifically, the lack of a working implementation means it is not
possible to tell the EOF state of an IO::Zlib without pulling a line off it.