Skip Menu |

This queue is for tickets about the Net-SMTP-Receive CPAN distribution.

Report information
The Basics
Id: 118739
Status: new
Priority: 0/
Queue: Net-SMTP-Receive

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

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



Subject: Unrecognized character \x13
With newer perls (perl 5.24.0 or so) compilation of the module fails: Unrecognized character \x13; marked by <-- HERE after eturn if $<-- HERE near column 13 at /opt/perl-5.24.0/lib/site_perl/5.24.0/Net/SMTP/Receive.pm line 139.
On 2016-11-13 05:03:22, SREZIC wrote: Show quoted text
> With newer perls (perl 5.24.0 or so) compilation of the module fails: > > Unrecognized character \x13; marked by <-- HERE after eturn if $<-- > HERE near column 13 at /opt/perl- > 5.24.0/lib/site_perl/5.24.0/Net/SMTP/Receive.pm line 139.
A possible patch: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Net-SMTP-Receive-0.301-RT118739.patch It would also be good to have at least a compile-only test, which would had find the problem earlier.