On Tue, Nov 11, 2003 at 09:28:11PM -0500, Joey Hess wrote: >I have a daemon (mood in mooix) that embeds perl and loads perl modules >from time to time in a complicated way. After upgrading perl from 5.8.1 >to 5.8.2, my daemon still looks in the old 5.8.1 directories for perl >core modules, and cannot find them. > >What would be a good way to deal with this?
With the 5.8.3 packages uploaded, @INC now uses "5.8" in @INC for the CORE directories (matching the soname of libperl.so). This should hopefully fix your problem. Note that the reason a version is in privlib/archlib at is to catch (in an obvious way) perl module packaging errors with INSTALLDIRS=perl rather than =vendor. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

