Hi, I'm new to this list and would like to get some guidance.
I work with ActiveState's Perl 5.6 and 5.8. My company, with my help, has switched to Subversion (from Source(un)Safe) for revision control. I'd like to use the SWIG-pl bindings that are available with Subversion so that I can develop automation Perl scripts. The problem that I have is that the SWIG-pl Perl modules and DLLs come in a single, flat, directory. The Perl modules are generated by the Subversion team and don't include the necessary logic to adjust @INC for the underlying DLLs. Unless you add a "use lib ..." for the DLL directory, you get a "Can't locate loadable object" error. What's the normal way of dealing with locating DLLs needed by a Perl module? Is this what DynaLoader is for? What directory structure is standard for organizing the modules and DLLs? I've asked the Subversion user list if anyone has a ActiveState package (PPD), but no one responded. Thanks -- Geoff Rowell [EMAIL PROTECTED] _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

