Date: Mon, 13 Jul 2009 21:31:38 +0200 From: Cezary Morga <cm@therek.net> To: andrew clarke <mail@ozzmosis.com> Cc: ports@freebsd.org Subject: Re: net/p5-Net-Twitter broken Message-ID: <4A5B8B9A.8040102@therek.net> In-Reply-To: <20090713023855.GA46001@ozzmosis.com> References: <20090713023855.GA46001@ozzmosis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
andrew clarke pisze: > I've been trying to get Twirssi (http://www.twirssi.com/) running > under Irssi but am encountering an error relating to Net::Twitter. My > Perl knowledge is very limited, so I'm not too sure what's going on. > The same error (below) occurs when I try to use this module from my > own program. I suspect the problem is within p5-Moose but I don't > know how to confirm this. Strange, I had no such problem as you described. First off, I'd start from something like following an look for any 'missing' modules, or ones that have wrong (too old) version number. cd /usr/ports/net/p5-Net-Twitter && make clean configure Than I'd check if it passes all tests: cd /usr/ports/net/p5-Net-Twitter && make clean build cd work/Net-Twitter-3.01000 && make test -- Cezary Morga "The optimist proclaims that we live in the best of all possible worlds; and the pessimist fears this is true." (James Branch Cabell)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A5B8B9A.8040102>