Help for this page

Select Code to Download


  1. or download this
    sub test_harness {
        require Test::Harness;
    ...
        Test::Harness::runtests(sort { lc $a cmp lc $b } @ARGV);
    }
    
  2. or download this
    E:\dev\LOOSE\DEATH>tar -zxvf DEATH-0.01.tar.gz
    DEATH-0.01/
    ...
    Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
    NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff'
    Stop.