Help for this page

Select Code to Download


  1. or download this
    Spawning >>c:\perl\5826ED~1.5\bin\perl.exe -Ilib  t\sample-tests\too_m
    +any<< at lib/TAPx/Parser/Source.pm line 103.
    
  2. or download this
        my @command = split / +/, $command;
        warn sprintf "Spawning >>%s<<", join "*", @command;
        if ( my $pid = open3( undef, $stdout_handle, undef, @command ) ) {
    
  3. or download this
    ...
    Spawning >>c:\perl\5826ED~1.5\bin\perl.exe*-Ilib*t\sample-tests\too_ma
    +ny<< at lib/TAPx/Parser/Source
    ...
    ok 2430 - ...... and the correct values
    1..2430
    # Looks like you failed 51 tests of 2430.