RT for rt.cpan.org
Skip Menu
|
Bug #87831 for Encode: encoding "0" with MIME-Headers gets a blank string
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Encode CPAN distribution
.
Report information
The Basics
Id:
87831
Status:
resolved
Priority:
0/
Queue:
Encode
People
Owner:
Nobody in particular
Requestors:
rjbs [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Tue Aug 13 17:49:55 2013
rjbs [...] cpan.org - Ticket created
Subject:
encoding "0" with MIME-Headers gets a blank string
perl -MEncode=encode -le 'print encode("MIME-Header", $_) for (0, 1)' Emits "\n1\n" Should emit "0\n1\n" -- rjbs
Tue Aug 13 21:45:53 2013
DANKOGAI [...] cpan.org - Correspondence added
Thanks, fixed in github repo. VERSION++ to follow.
https://github.com/dankogai/p5-encode/commit/3b763bc7d255535cee70835594de2d261a04f660
Dan the Maintainer Thereof On Tue Aug 13 17:49:55 2013, RJBS wrote:
Show quoted text
> perl -MEncode=encode -le 'print encode("MIME-Header", $_) for (0, 1)' > > Emits "\n1\n" > > Should emit "0\n1\n"
Tue Aug 13 21:45:53 2013
The RT System itself - Status changed from 'new' to 'open'
Tue Aug 13 21:45:53 2013
DANKOGAI [...] cpan.org - Status changed from 'open' to 'resolved'