On 03/17/2015 11:35 AM, hw wrote:
> 
> For now, I've installed the missing module with cpan.  Are we actually
> supposed to run cpan as root to be able to put the required files into
> the library directory?
> 

You aren't supposed to use CPAN at all, it will break stuff. Here's an
ebuild for dev-perl/Net-IMAP-Client-0.950.500 (attached).

I could file the bug for you, but it will be beneficial in the long run
for you to get comfortable with the process.

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

MODULE_AUTHOR="GANGLION"
MODULE_VERSION="0.9505"

inherit perl-module

DESCRIPTION="Not so simple IMAP client library"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="dev-perl/IO-Socket-SSL
        dev-perl/List-MoreUtils
        virtual/perl-Encode"
DEPEND="${RDEPEND}"

SRC_TEST=do

Reply via email to