Help for this page

Select Code to Download


  1. or download this
    $ ./t.perl
    
    ...
    cannot find and replace IO::Socket::INET superclass at /usr/share/perl
    +5/Net/SSLGlue/POP3.pm line 93.
    Compilation failed in require at ./t.perl line 21.
    BEGIN failed--compilation aborted at ./t.perl line 21.
    
  2. or download this
    PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::H
    +arness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/l
    +ib', 'blib/arch')" t/*.t
    
    ...
    Result: FAIL
    Failed 1/1 test programs. 1/3 subtests failed.
    make: *** [test_dynamic] Error 255