Re: MP2: Patch to fix dynamic loading under OpenBSD (Was: Patches for two problems under OpenBSD)

2007-07-13 Thread Simon Bertrang
On Sun, Jun 10, 2007 at 08:38:53PM +0200, Simon Bertrang wrote: [snip] > Here's a diff against svn. [snip] > Index: xs/APR/APR/APR.pm > === > --- xs/APR/APR/APR.pm (revision 545917) > +++ xs/APR/APR/APR.pm (working copy) > @@ -23,7 +23

MP2: Patch to fix dynamic loading under OpenBSD (Was: Patches for two problems under OpenBSD)

2007-06-10 Thread Simon Bertrang
On Sat, Jun 09, 2007 at 08:22:30PM +0200, Simon Bertrang wrote: > Hi, > when porting libapreq2 to OpenBSD we noticed a problem with a workaround > that doesn't apply anymore (APR.pm): > > $OpenBSD: patch-xs_APR_APR_APR_pm,v 1.1 2007/06/09 16:02:04 martynas Exp $ > --- xs/APR/APR/APR.pm.origMon

Re: dynamic loading

2006-08-23 Thread Arshavir Grigorian
Thanks for all the posts.

Re: dynamic loading

2006-08-21 Thread James Smith
For the project I work on many of our Modules derive from a common Root module which contains the following dynamic_use call which is exactly the same as a use line - but does not fail fatally if the module isn't there - it also nicely means that the code isn't loaded up front (as if all blocks of

Re: dynamic loading

2006-08-21 Thread John ORourke
Arshavir Grigorian wrote: I am wondering if anyone has experience with a framework for dynamically loading certain modules into an application and executing certain code based on whether a certain module is loaded (available or not). By "dynamically", I do not mean loading run-time, only being a

Re: dynamic loading

2006-08-21 Thread Philip M. Gollucci
Arshavir Grigorian wrote: Hi, I am wondering if anyone has experience with a framework for dynamically loading certain modules into an application and executing certain code based on whether a certain module is loaded (available or not). By "dynamically", I do not mean loading run-time, only bei

RE: dynamic loading

2006-08-21 Thread Garrett, Philip \(MAN-Corporate\)
Arshavir Grigorian wrote: > Hi, > > I am wondering if anyone has experience with a framework for > dynamically loading certain modules into an application and executing > certain code based on whether a certain module is loaded (available or > not). By "dynamically", I do not mean loading run-time

dynamic loading

2006-08-21 Thread Arshavir Grigorian
Hi, I am wondering if anyone has experience with a framework for dynamically loading certain modules into an application and executing certain code based on whether a certain module is loaded (available or not). By "dynamically", I do not mean loading run-time, only being able to safely exclude c