Skip Menu |

This queue is for tickets about the Petal-Mail CPAN distribution.

Report information
The Basics
Id: 113333
Status: open
Priority: 0/
Queue: Petal-Mail

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: pali [...] cpan.org
AdminCc:

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



Subject: Tests fail (with recent Encode.pm versions?)
My smoker machines report failures like this: # Failed test at t/001_Formatter_XML.t line 15. # 'Content-Type: =?UTF-8?B?dGV4dC9wbGFpbjsgY2hhcnNldD11dGYtODsgZm9ybWF0PWZsb3dlZA==?= # Content-Disposition: =?UTF-8?B?aW5saW5l?= # Content-Transfer-Encoding: =?UTF-8?B?OGJpdA==?= # Content-Language: =?UTF-8?B?ZW4=?= # MIME-Version: =?UTF-8?B?MS4w?= # From: =?UTF-8?B?TWFyayBDb253YXkgPG1hcmtAYnJ1Y2UuY3NzZS5tb25hc2guZWR1LmF1Pg==?= # Message-ID: <1458859505.IXATX@=?UTF-8?B?TWFyayBDb253YXkgPG1hcmtAYnJ1Y2UuY3NzZS5tb25hc2guZWR1LmF1Pg==?=> # To: =?UTF-8?B?WW91cnNlbGYgPHlvdXJAc2VsZi5uZXQ+?= # Subject: =?UTF-8?B?UGxlYXNlIGhlbHAgbWUgd2l0aCBpbXBvcnRhbnQgdHJhbnNhY3Rpb24=?= # User-Agent: =?UTF-8?B?TUtEb2M6Ok1haWwgMC4x?= # Precedence: =?UTF-8?B?YnVsaw==?= # Organization: =?UTF-8?B?UmF0aGVyIE1lc3N5?= # ... # doesn't match '(?^:Content-Disposition: inline)' I guess this is caused by recent Encode.pm versions.
On 2016-03-25 03:46:32, SREZIC wrote: Show quoted text
> My smoker machines report failures like this: > > # Failed test at t/001_Formatter_XML.t line 15. > # 'Content-Type: =?UTF- > 8?B?dGV4dC9wbGFpbjsgY2hhcnNldD11dGYtODsgZm9ybWF0PWZsb3dlZA==?= > # Content-Disposition: =?UTF-8?B?aW5saW5l?= > # Content-Transfer-Encoding: =?UTF-8?B?OGJpdA==?= > # Content-Language: =?UTF-8?B?ZW4=?= > # MIME-Version: =?UTF-8?B?MS4w?= > # From: =?UTF- > 8?B?TWFyayBDb253YXkgPG1hcmtAYnJ1Y2UuY3NzZS5tb25hc2guZWR1LmF1Pg==?= > # Message-ID: <1458859505.IXATX@=?UTF- > 8?B?TWFyayBDb253YXkgPG1hcmtAYnJ1Y2UuY3NzZS5tb25hc2guZWR1LmF1Pg==?=> > # To: =?UTF-8?B?WW91cnNlbGYgPHlvdXJAc2VsZi5uZXQ+?= > # Subject: =?UTF- > 8?B?UGxlYXNlIGhlbHAgbWUgd2l0aCBpbXBvcnRhbnQgdHJhbnNhY3Rpb24=?= > # User-Agent: =?UTF-8?B?TUtEb2M6Ok1haWwgMC4x?= > # Precedence: =?UTF-8?B?YnVsaw==?= > # Organization: =?UTF-8?B?UmF0aGVyIE1lc3N5?= > # > ... > # doesn't match '(?^:Content-Disposition: inline)' > > > I guess this is caused by recent Encode.pm versions.
Possibly related bug report: https://rt.cpan.org/Ticket/Display.html?id=111853
On Pia mar 25 03:46:32 2016, SREZIC wrote: Show quoted text
> My smoker machines report failures like this: > > # Failed test at t/001_Formatter_XML.t line 15. > # 'Content-Type: =?UTF- > 8?B?dGV4dC9wbGFpbjsgY2hhcnNldD11dGYtODsgZm9ybWF0PWZsb3dlZA==?= > # Content-Disposition: =?UTF-8?B?aW5saW5l?= > # Content-Transfer-Encoding: =?UTF-8?B?OGJpdA==?= > # Content-Language: =?UTF-8?B?ZW4=?= > # MIME-Version: =?UTF-8?B?MS4w?= > # From: =?UTF- > 8?B?TWFyayBDb253YXkgPG1hcmtAYnJ1Y2UuY3NzZS5tb25hc2guZWR1LmF1Pg==?= > # Message-ID: <1458859505.IXATX@=?UTF- > 8?B?TWFyayBDb253YXkgPG1hcmtAYnJ1Y2UuY3NzZS5tb25hc2guZWR1LmF1Pg==?=> > # To: =?UTF-8?B?WW91cnNlbGYgPHlvdXJAc2VsZi5uZXQ+?= > # Subject: =?UTF- > 8?B?UGxlYXNlIGhlbHAgbWUgd2l0aCBpbXBvcnRhbnQgdHJhbnNhY3Rpb24=?= > # User-Agent: =?UTF-8?B?TUtEb2M6Ok1haWwgMC4x?= > # Precedence: =?UTF-8?B?YnVsaw==?= > # Organization: =?UTF-8?B?UmF0aGVyIE1lc3N5?= > # > ... > # doesn't match '(?^:Content-Disposition: inline)' > > > I guess this is caused by recent Encode.pm versions.
Looks like you have broken test and you are trying to MIME encode headers which should not be MIME encoded.