Subject: | On 06_tee.t |
Hi, Goro,
FYI, I'd like to supplement my testers report 1431450 with some related
information.
With Devel::Peek, I investigated t/06_tee.t line 149 and 153.
Dump of slurp($file), line 149, was as follows:
SV = PV(0x193da40) at 0x19450c4
REFCNT = 1
FLAGS = (TEMP,POK,pPOK)
PV = 0x19a33bc "foobar\n"\0
CUR = 7
LEN = 8
while Dump of "foobar$CRLF", line 149, was as follows:
SV = PV(0x193da40) at 0x1944de8
REFCNT = 1
FLAGS = (PADTMP,POK,pPOK)
PV = 0x19a33bc "foobar\r\n"\0
CUR = 8
LEN = 12
Also, Dump of slurp($file), line 153, was as follows:
SV = PV(0x193da4c) at 0x1880534
REFCNT = 1
FLAGS = (TEMP,POK,pPOK)
PV = 0x19a19ac "foobar\n\n"\0
CUR = 8
LEN = 12
while Dump of "foobar$CRLF\n", line 153, was as follows:
SV = PV(0x193da4c) at 0x1944e60
REFCNT = 1
FLAGS = (PADTMP,POK,pPOK)
PV = 0x19a19ac "foobar\r\n\n"\0
CUR = 9
LEN = 12
In addition to the above, Dump of $x, line 154, was as follows:
SV = PV(0x193d9b0) at 0x18305ec
REFCNT = 2
FLAGS = (PADBUSY,PADMY,POK,pPOK)
PV = 0x1831c44 "foobar\r\n\n"\0
CUR = 9
LEN = 12
Regards,
Taro Nishino