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.
|
|---|
| 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 |