Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    cpanm --local-lib=/perl_test_lib/ local::lib && perl -I /perl_test_lib
    +/lib/perl5/ -Mlocal::lib
    
  3. or download this
    bin/cpanm --local-lib=/perl_test_lib/ Getopt::ArgParse
    
  4. 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
    
  5. 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.
    ...
    
  6. or download this
    <package_path>/lib/perl5/Moo
                             GetOpt/ArgParse
                             Import/Into
                   bin/myscript
    
  7. 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