Help for this page

Select Code to Download


  1. or download this
    cp lib/NewModule.pm blib/lib/NewModule.pm
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h
    +arness(0, 'blib/lib', 'blib/arch')" t/*.t
    ...
    Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
    make: *** [test_dynamic] Error 2
    
  2. or download this
    package NewModule;
    
    ...
    
    =cut