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)
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to