Install Perl modules with lots of dependencies on a machine without CPAN network access

前端 未结 4 1735
栀梦
栀梦 2020-12-14 03:42

I am trying to install the DateTime machine on a Linux server. Unfortunately, this Linux server has some restricted network access policy that prevents me from using the CP

4条回答
  •  盖世英雄少女心
    2020-12-14 04:26

    One solution I use at work is to have a development server with perlbrew, one Perl + modules and the app per app and all this in a git repo. On the production machines access to the git repository is all that's needed to deploy the app and switch between versions using tags.

提交回复
热议问题