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

前端 未结 4 1732
栀梦
栀梦 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:15

    There are some solutions for this problem, see for example Carton which is like ruby's bundler or else Pinto which aims to be your own private CPAN (as I understand it).

提交回复
热议问题