Skip Menu |

This queue is for tickets about the PerlIO-Util CPAN distribution.

Report information
The Basics
Id: 36393
Status: resolved
Priority: 0/
Queue: PerlIO-Util

People
Owner: Nobody in particular
Requestors: taro.nishino [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.31
Fixed in: (no value)



Subject: On 20_reverse.t
Hi, Goro, Each of the newline of "got" side was 0x0D 0x0A, while each of the newline of "expected" side except the case of "file not ending newline" was 0x0A. Incidentally, as for 02_flock.t, unfortunately $!{EBADF} was 0. Regards, Taro Nishino
Subject: Re: [rt.cpan.org #36393] On 20_reverse.t
Date: Tue, 03 Jun 2008 19:17:47 +0900
To: bug-PerlIO-Util [...] rt.cpan.org
From: Taro Nishino <taro.nishino [...] gmail.com>
OOPS, I forgot another thing. In case of "file not ending newline", the newline of "got" side was 0x0D, while the newline of "expected" side was of course nothing. Also, though there was no error, FYI, in case of "open:perlio" and "normal readline", either side was 0x0A. Regards, Taro Nishino
From: gfuji [...] cpan.org
Hi, Taro. The case of "file not ending newline" was too complicated, so I decided to follow tac(1) command. Anyway, it seems a very rare case. There is another problm happening as of 0.41, but I know what it is. Please wait a few days. Thanks, -- Goro Fuji (GFUJI at CPAN.org)
Hi, Taro. The problem has been resolved. (I recompiled my perl (on Cygwin) with USING_CRLF, instead of ActivePerl) -- Goro Fuji (GFUJI at CPAN.org)