in reply to How to deploy new Perl Modules to other machines?

What problem, specifically, do you have?

Dum Spiro Spero
  • Comment on Re: How to deploy new Perl Modules to other machines?

Replies are listed 'Best First'.
Re^2: How to deploy new Perl Modules to other machines?
by mahesh557 (Novice) on Mar 28, 2016 at 20:47 UTC
    I am using Carton to port the modules. Its simple and easy on the root directory of application, Create a file named 'cpanfile' and write the required modules requires 'HTTP::Strip'; requires ... and run >carton install All the modules and dependencies are saved to root/local/lib/perl5 In the code, add this path to @INC