in reply to Re^2: Compile portable Perl program on Windows to run on UNIX
in thread Compile portable Perl program on Windows to run on UNIX
See Yes, even you can use CPAN, A Guide to Installing Modules
perl Makefile.PL INSTALL_BASE=/home/user/stuff
perl Build.PL --install_base /home/user/stuff
export PERL5LIB=/home/user/stuff/lib/perl5
use lib '/home/user/stuff/lib/perl5';
Re: One liner to config cpan to install all dependencies automatically along with temp modules?
|
|---|