On Thu, Aug 21, 2003 at 11:01:12AM -0400, Daniel Shane wrote: > I am running opp on ActiveStatePerl build 806 and with pp -M IO I still get > this error: > Can't locate loadable object for module IO in @INC (@INC contains: > CODE(0x60cc08) .) at ../blib/lib/PAR/Heavy.pm line 101
Looking at the log, IO.dll is not packed into the executable. Weird. Can't duplicate here with the same ActivePerl on Win2000 at all. Try a 'scandeps -B -V -e "use IO"' to see if it picks up the neccessary IO.dll? /Autrijus/
