[WindyCity-pm] installing the same module twice

Jonathan Rockway jon at jrock.us
Fri Feb 13 20:08:20 PST 2009


* On Fri, Feb 13 2009, Whitney Jackson wrote:
> Does anyone know a clean way to install DBD::Sybase twice and have the
> right one to load when I do a DBI connect?

Search and replace? (i.e. replace Sybase with Sybase2, and build Sybase2
differently; now you have DBD::Sybase and DBD::Sybase2).

If you don't need both in the same app, then just use local::lib to
install them to different places, then use local::lib to pick the right
one at runtime.

--
print just => another => perl => hacker => if $,=$"


More information about the WindyCity-pm mailing list