Help for this page

Select Code to Download


  1. or download this
    $ make test
    PERL_DL_NONLAZY=1 /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "te
    +st_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    ...
    Failed 2/7 test programs. 4/47 subtests failed.
    Makefile:947: recipe for target `test_dynamic' failed
    make: *** [test_dynamic] Error 255
    
  2. or download this
    $ perl -w -d:Trace -I../lib -I../blib/arch 3_ole.t
    >> 3_ole.t:52: $Excel::Variant = 1;
    ...
    >> 3_ole.t:146: print "not " unless $@;
    >> 3_ole.t:147: printf "ok %d\n", ++$Test;
    ok 5