From owner-freebsd-perl@FreeBSD.ORG Thu Aug 22 18:46:14 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B57521CB for ; Thu, 22 Aug 2013 18:46:14 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79E2024B9 for ; Thu, 22 Aug 2013 18:46:14 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id B4176BDC25; Thu, 22 Aug 2013 20:46:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=08HhqZX7QLW 7QWUOnSKKiG4bbac=; b=2Jxs7Ic8NCUuSbcZb2TYa2SUxJA7cXXGm1Vnt3jm20O LL9JH6tl2KlRzhXJTntkIlJMZo7fdykFFe/SNIucH6CwGr1ydOuLsOdg70omfjGp nbuc1hoahPDzNs9DdQvITzV788xWy91avxbg2lkaZuGgww0GQ6g2KzOE+LjyOxew = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 90C39BDC1F; Thu, 22 Aug 2013 20:46:12 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 28911C2F0438; Thu, 22 Aug 2013 20:46:12 +0200 (CEST) Date: Thu, 22 Aug 2013 20:46:11 +0200 From: Mathieu Arnold To: Luiz Eduardo Roncato Cordeiro , perl@freebsd.org Subject: Re: p5-POE not working needs IO::Pipely package Message-ID: In-Reply-To: <1463395.1SMrklC1m4@luinil.cert.br> References: <1463395.1SMrklC1m4@luinil.cert.br> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Aug 2013 18:46:14 -0000 +--On 22 ao=C3=BBt 2013 11:29:04 -0300 Luiz Eduardo Roncato Cordeiro wrote: | Hello, |=20 | The new version of POE (V1.356) asks for the IO::Pipely package, that is | unavailable in FreeBSD ports. |=20 | Can't locate IO/Pipely.pm in @INC [...snipped...] at | /usr/local/lib/perl5/site_perl/5.16/POE/Pipe.pm line 11. I'm fixing this, only it requires quite a few updates where I'm not at all responsible for, I'll try and expedite things as fast as I can. --=20 Mathieu Arnold