Skip Menu |

This queue is for tickets about the IO-String CPAN distribution.

Report information
The Basics
Id: 39328
Status: rejected
Priority: 0/
Queue: IO-String

People
Owner: Nobody in particular
Requestors: perl [...] galumph.com
Cc:
AdminCc:

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



CC:
Subject: IO::String 1.08 doesn't capture final newline from perl 5.10's builtin say()
Date: Tue, 16 Sep 2008 16:04:58 +0000 (GMT)
To: bug-IO-String [...] rt.cpan.org
From: perl [...] galumph.com
The attached example emits ">start\nend<" instead of ">start\nend\n<".
Download io-string-say
application/octet-stream 178b

Message body not shown because it is not plain text.

On Tue Sep 16 12:12:39 2008, clonezone wrote: Show quoted text
> The attached example emits ">start\nend<" instead of ">start\nend\n<".
This is a bug in perl-5.10.0 which was fixed in <http://public.activestate.com/cgi- bin/perlbrowse?patch=32873>
On Tue Sep 16 12:12:39 2008, clonezone wrote: Show quoted text
> The attached example emits ">start\nend<" instead of ">start\nend\n<".
This is a bug in perl-5.10.0 which was fixed in <http://public.activestate.com/cgi- bin/perlbrowse?patch=32873>
There is no way for IO-String to work around this issue either as there is no way for it to tell if the "PRINT" method was invoked from print or say; so I'll just close this bug. Either wait for 5.10.1 to come out with a fix or start using perl's built in support for "in memory" files.
Subject: Re: [rt.cpan.org #39328] IO::String 1.08 doesn't capture final newline from perl 5.10's builtin say()
Date: Sat, 20 Sep 2008 23:45:28 -0500
To: bug-IO-String [...] rt.cpan.org
From: Elliot Shank <perl [...] galumph.com>
Thanks!