Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL
    make
    make test
    sudo make install
    
  2. or download this
    make test
    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. 2/15 subtests failed.
    make: *** [test_dynamic] Error 2
    
  3. or download this
    1..15
    ok 1 - use Net::SNTP::Client;
    ...
    ok 13 - Correct Output Error for Negative Port Number
    ok 14 - Faulty Test Out of Range Port Number
    ok 15 - Correct Output Error Out of Range Port Number
    
  4. or download this
    # Before 'make install' is performed this script should be runnable wi
    +th
    # 'make test'. After 'make install' it should work as 'perl Net-SNTP-C
    +lient.t'
    ...
    
    # Insert your test code below, the Test::More module is use()ed here s
    +o read
    # its man page ( perldoc Test::More ) for help writing this test scrip
    +t.