On Thu, Jan 1, 2009 at 10:51 PM, Amos Shapira <[email protected]> wrote: > ------- Original message ------- > From: Noam Rathaus <[email protected]> > Sent: 2.1.'09, 4:40 > >> Hi, >> >> I have not changed a thing beside upgrade to Perl 5.10 :) on Debian > > I'm not sure that's supported. Perl 5.10 changed many things which might > require changes in none-core packages. > >> >> And now IMAP::Client gives out: >> Use of uninitialized value $line in pattern match (m//) >> at /usr/local/share/perl/5.10.0/IMAP/Client.pm line 460. >> Use of uninitialized value in pattern match (m//) >> at /usr/local/share/perl/5.10.0/IMAP/Client.pm line 178. >> Use of uninitialized value $line in concatenation (.) or string >> at /usr/local/share/perl/5.10.0/IMAP/Client.pm line 467. >> substr outside of string at /usr/local/share/perl/5.10.0/IMAP/Client.pm > line >> 481. >> Use of uninitialized value $fetchsets{"-1"} in concatenation (.) or > string >> at /usr/local/share/perl/5.10.0/IMAP/Client.pm line 482. >> >> I couldn't find any reference to this issue on the Internet, anyone with >> pointers to where I can find a solution? > > Start with the RT system on CPAN. It's accessible through the module's page.
According to the CPAN Testers Matrix: v0.13 does pass all its tests on 5.10 http://bbbike.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=IMAP-Client+0.13 Can you write a simple test case that shows the problem and then send it to <[email protected] Gabor ================================================================= To unsubscribe, send mail to [email protected] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [email protected]
