Skip Menu |

This queue is for tickets about the Net-IMAP-Client CPAN distribution.

Report information
The Basics
Id: 43046
Status: resolved
Priority: 0/
Queue: Net-IMAP-Client

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

Bug Information
Severity: Normal
Broken in: 0.9
Fixed in: 0.94



Subject: Does not strip \r from error messages
The last_error() method does not strip \r from the error messages, which makes it a bit messy when reporting to STDERR: $ perl -MNet::IMAP::Client -wle 'my $i = Net::IMAP::Client->new( server => "imap.gmail.com", user => q"foo@example.com", pass => 42, ssl => 1, ) or die; $i->login or die "login failed: ", $i->last_error;' at -e line 1.Invalid credentials l12if1306244fgb.51
I have fixed this bug in release 0.94.
Closing this bug.