From owner-freebsd-questions@FreeBSD.ORG Thu Aug 17 16:30:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04BC616A4DE for ; Thu, 17 Aug 2006 16:30:26 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A15E643D46 for ; Thu, 17 Aug 2006 16:30:25 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.6) id k7HGUP0x001417; Thu, 17 Aug 2006 11:30:25 -0500 (CDT) (envelope-from dan) Date: Thu, 17 Aug 2006 11:30:25 -0500 From: Dan Nelson To: Greg Groth Message-ID: <20060817163024.GC88424@dan.emsphone.com> References: <44E49541.3060705@gregs-garage.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44E49541.3060705@gregs-garage.com> X-OS: FreeBSD 6.1-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.12-2006-07-14 Cc: freebsd-questions@freebsd.org Subject: Re: Perl question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2006 16:30:26 -0000 In the last episode (Aug 17), Greg Groth said: > I'm trying to install bandersnatch in conjunction with Jabber2 and > running into some trouble. I'm following the how-to at: > http://www.funkypenguin.co.za/bandersnatch_with_jabberd2 > > I've installed all of the listed sources from the ports, but when I > run bandersnatch2.pl, I receive the following error: > > Can't locate POE/Preprocessor.pm in @INC > > It seems that Preprocessor.pm does not exist on my system. Can > someone tell me which relevant port would have this module? > Installing POE::Preprocessor from CPAN comes up with a blank, as well > as searching the ports for anything with the same name. A quick web search shows that POE::Preprocessor was removed from POE in March. http://search.cpan.org/src/RCAPUTO/POE-0.3601/CHANGES : 2006-03-11 23:11:39 (r1887) by rcaputo poe/lib/POE/Preprocessor.pm D; poe/lib/POE/Macro D; poe/tests/10_units/01_preprocessor D; poe/mylib/preprocessor.perl A; poe/mylib/PoeBuildInfo.pm M Remove POE::Preprocessor. Replaced it with a simple, almost one-liner preprocessor that's run at Makefile.PL time. -- Dan Nelson dnelson@allantgroup.com