- or download this
setenv PERL5LIB /perl_test_lib/lib/perl5
setenv INSTALL_BASE /perl_test_lib
setenv PERL_MM_OPT INSTALL_BASE=/perl_test_lib
setenv PERL_MB_OPT --install_base /perl_test_lib
- or download this
cpanm --local-lib=/perl_test_lib/ local::lib && perl -I /perl_test_lib
+/lib/perl5/ -Mlocal::lib
- or download this
bin/cpanm --local-lib=/perl_test_lib/ Getopt::ArgParse
- or download this
Manifying 5 pod documents
PERL_DL_NONLAZY=1 "/package_path/pkgs/perl/5.14.1/bin/perl" "-MExtUtil
+s::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switche
+s; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
...
Result: FAIL
Failed 30/68 test programs. 0/293 subtests failed.
make: *** [test_dynamic] Error 25
- or download this
...
# Failed test 'subs imported on 'use Moo::Role;' after 'no Moo::Role
+;''
...
# BEGIN failed--compilation aborted at (eval 9) line 3.
# Looks like you failed 2 tests of 2.
...
- or download this
<package_path>/lib/perl5/Moo
GetOpt/ArgParse
Import/Into
bin/myscript
- or download this
#Get the proxy stuff out of the way
setenv http_proxy <proxy>
...
#Execute the MakeFile(This will be different)
perl -I/path/to/lib/local/lib/perl5 -Mlocal::lib=/path/to/install/new/
+module/ Makefile.PL
#Then run make test and make install as before