Skip Menu |

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

Report information
The Basics
Id: 128215
Status: resolved
Priority: 0/
Queue: Mail-IMAPClient

People
Owner: PLOBBES [...] cpan.org
Requestors: gilles [...] lamiral.info
Cc:
AdminCc:

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



Subject: Fwd: Bug#918964: verb missing
Date: Fri, 11 Jan 2019 11:31:32 +0100
To: bug-Mail-IMAPClient [...] rt.cpan.org
From: Gilles LAMIRAL <gilles [...] lamiral.info>
Hi Phil, A small one from Debian Cheers Show quoted text
-------- Message transféré -------- Sujet : <DKIM> Bug#918964: verb missing Date de renvoi : Fri, 11 Jan 2019 03:27:01 +0000 De (renvoi) : 積丹尼 Dan Jacobson <jidanni@jidanni.org> Pour (renvoi) : debian-bugs-dist@lists.debian.org Copie (renvoi) : Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> Date : Fri, 11 Jan 2019 09:06:44 +0800 De : 積丹尼 Dan Jacobson <jidanni@jidanni.org> Répondre à : 積丹尼 Dan Jacobson <jidanni@jidanni.org>, 918964@bugs.debian.org Pour : submit@bugs.debian.org Package: libmail-imapclient-perl Version: 3.40-2 Severity: minor File: /usr/share/man/man3/Mail::IMAPClient.3pm.gz We read messages Example: # Get a list of messages in the current folder: my @msgs = $imap->messages or die "Could not messages: $@\n"; ^list # Get a reference to an array of messages in the current folder: my $msgs = $imap->messages or die "Could not messages: $@\n"; ^list
Fixed in this commit (will be in next release): commit 98646baaa92f11dc537282032bbfbc6c3cb06f30 (HEAD -> master, origin/master, origin/HEAD) Author: Phil Pearl (Lobbes) <plobbes@gmail.com> Date: Sun Jan 13 01:02:23 2019 -0500 - verb missing in messages() POD On Fri Jan 11 05:31:52 2019, gilles@lamiral.info wrote: Show quoted text
> Hi Phil, > > A small one from Debian > > Cheers > > -------- Message transféré -------- > Sujet : <DKIM> Bug#918964: verb missing > Date de renvoi : Fri, 11 Jan 2019 03:27:01 +0000 > De (renvoi) : 積丹尼 Dan Jacobson <jidanni@jidanni.org> > Pour (renvoi) : debian-bugs-dist@lists.debian.org > Copie (renvoi) : Debian Perl Group <pkg-perl- > maintainers@lists.alioth.debian.org> > Date : Fri, 11 Jan 2019 09:06:44 +0800 > De : 積丹尼 Dan Jacobson <jidanni@jidanni.org> > Répondre à : 積丹尼 Dan Jacobson <jidanni@jidanni.org>, > 918964@bugs.debian.org > Pour : submit@bugs.debian.org > > Package: libmail-imapclient-perl > Version: 3.40-2 > Severity: minor > File: /usr/share/man/man3/Mail::IMAPClient.3pm.gz > > We read > > messages > Example: > > # Get a list of messages in the current folder: > my @msgs = $imap->messages or die "Could not messages: $@\n"; > ^list > > > # Get a reference to an array of messages in the current folder: > my $msgs = $imap->messages or die "Could not messages: $@\n"; > ^list
The fix for this issue is in version 3.41 which was released several hours ago.