in reply to Re^2: How to handle modules across different versions
in thread How to handle modules across different versions

Hi ksublondie,

Is there something preventing you from upgrading the modules to the latest version (or, at least, some common version that compiles everywhere) on all machines?

Anyway, if you do end up having to use different modules/versions, one of the solutions in the thread I linked to earlier should be applicable to your situation.

Regards,
-- Hauke D

  • Comment on Re^3: How to handle modules across different versions

Replies are listed 'Best First'.
Re^4: How to handle modules across different versions
by cursion (Pilgrim) on Jul 20, 2016 at 21:29 UTC

    What they said.

    Upgrade as fast as possible to as current as possible. I convinced folks at my $job to upgrade Perl, but we've been so slow at it (priorities I don't control) that the one we're still planning on upgrading to is already out of date (not Perl's fault, it's on us). (The next version up for us breaks too much existing old code base.)

    I don't know Windows well, but is there something like Brew to help with managing different versions of Perl on the same box? Or skip Brew and just be precise in the shebang.