in reply to How to handle Cross-platform Perl, modules, and versioning

I'm not sure whether I fully understand your problem. I am guessing wildly that part of your problem is that you are sharing installed modules between different platforms via NFS/SMB/...?

I am guessing that because your problems seem to be based not on features not available in a certain version, but rather your installation being a mess.

To achieve portability on that number of platforms, I'd go the following steps:

Update: You could try to use PAR for easier application deployment.

  • Comment on Re: How to handle Cross-platform Perl, modules, and versioning

Replies are listed 'Best First'.
Re: Re: How to handle Cross-platform Perl, modules, and versioning
by P0w3rK!d (Pilgrim) on Apr 16, 2003 at 14:38 UTC
    There are no issues on Netware, Solaris, or any of the Windows platforms. I was able to get them installed and working cleanly. The problem is that my client does not have additional UNIX boxes so I can modify or test out my stuff. The way Perl is installed on those systems is considered "qualified" by them. In all of those cases, unfortunately, that's the way they'll stay until they are fixed.

    As for your best practice comments, I already practice what you said. Also, the libraries are shared via NFS.

    Thanks :)

    -P0w3rK!d