How can I install a specific version of a set of Perl modules?

后端 未结 6 1495
太阳男子
太阳男子 2020-11-30 18:21

I\'m tasked with replicating a production environment to create many test/sit environments.

One of the things I need to do is build up Perl, with all the modules whi

6条回答
  •  青春惊慌失措
    2020-11-30 18:46

    Stratopan.com is another alternative. Stratopan provides private CPANs in the cloud. You can fill your Stratopan repository with specific versions of modules (and their dependencies) and then install them using the standard Perl tool chain. The repository changes only when you decide to change it, so you'll get always get the versions of the modules that you want.

    Disclaimer: I operate Stratopan.

提交回复
热议问题