http://www.perlmonks.org?node_id=941809

mikeman has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I use local::lib on Linux to create a self-contained library for an application. The development environment and main web servers are x86_64. I now have a requirement to install the same application on an i386 architecture.

Is it safe for the self-contained library to contain both i386 and x86_64 installations of the same modules? Or would I be better creating an alternative directory structure for the i386 modules?