From: Roger Y. <rog...@ey...> - 2004-12-16 20:24:35
|
Mike, I understood the problem with the eval statement, however, the way perlapp was including the modules didn't match were the eval/require was looking for them. Now that you are looking in the %INC first it shouldn't be a problem. Thanks, Roger Yager -----Original Message----- From: Mike Schilli [mailto:m...@pe...] Sent: Tuesday, December 14, 2004 11:01 PM To: Roger Yager Cc: log...@li... Subject: Re: [log4perl-devel] File compression and compiling Hi Roger, just had another look at L4p and realized that List::Util::module_available wasn't doing the right thing. I've applied a fix to 0.51 (not yet released, but available for preview at http://perlmeister.com/tmp) to check %INC first and verify that the module has already been loaded, just as Kevin suggested. This seems to fix the problem with PAR. Give it a whirl! -- Mike Mike Schilli m...@pe... |