building modules that use Class::Struct

2002-11-17 Thread m31
I've build a linked list implementation in perl, which works well, but I now want to wrap it in a package so it can be more modular. The problem is, when I wrap it in a package I get alot of errors about 'not being able to locate blah via package blah'. I think the problem is because

Re: 5.8.0, dyld, and mod_perl?

2002-07-28 Thread m31
Steve Linberg wrote: I installed 5.8.0 tonight from source and it was pure joy - smooth install, and amazingly smooth install of modules with CPAN afterwards. I encountered the dyld problems as documented on the list, and the solutions seemed to work, rebuilding the modules that needed it. Now