Warning: prerequisite XML::LibXML 1.5 not found. Checking if your kit is complete... Looks good Writing Makefile for Net::BEEP::Lite cp lib/Net/BEEP/Lite/Channel.pm blib/lib/Net/BEEP/Lite/Channel.pm cp lib/Net/BEEP/Lite/ClientSession.pm blib/lib/Net/BEEP/Lite/ClientSession.pm cp lib/Net/BEEP/Lite.pm blib/lib/Net/BEEP/Lite.pm cp lib/Net/BEEP/Lite/Message.pm blib/lib/Net/BEEP/Lite/Message.pm cp lib/Net/BEEP/Lite/Frame.pm blib/lib/Net/BEEP/Lite/Frame.pm cp lib/Net/BEEP/Lite/Session.pm blib/lib/Net/BEEP/Lite/Session.pm cp lib/Net/BEEP/Lite/ServerSession.pm blib/lib/Net/BEEP/Lite/ServerSession.pm cp lib/Net/BEEP/Lite/MgmtProfile.pm blib/lib/Net/BEEP/Lite/MgmtProfile.pm cp lib/Net/BEEP/Lite/BaseProfile.pm blib/lib/Net/BEEP/Lite/BaseProfile.pm Manifying blib/man3/Net::BEEP::Lite::Channel.3 Manifying blib/man3/Net::BEEP::Lite::ClientSession.3 Manifying blib/man3/Net::BEEP::Lite.3 Manifying blib/man3/Net::BEEP::Lite::Message.3 Manifying blib/man3/Net::BEEP::Lite::Session.3 Manifying blib/man3/Net::BEEP::Lite::Frame.3 Manifying blib/man3/Net::BEEP::Lite::ServerSession.3 Manifying blib/man3/Net::BEEP::Lite::MgmtProfile.3 Manifying blib/man3/Net::BEEP::Lite::BaseProfile.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/channel........1..26 ok 1 - use Net::BEEP::Lite::Channel; ok 2 - use Net::BEEP::Lite::Message; ok 3 - constructor works ok 4 - The object isa Net::BEEP::Lite::Channel ok 5 - channel->profile() ok 6 - channel->seqno() ok 7 - channel->msgno() ok 8 - channel->msgno(val) ok 9 - channel->next_msgno() 1 ok 10 - channel->next_msgno() 2 ok 11 - channel->local_window() ok 12 - channel->local_window(val) ok 13 - channel->remote_window() default ok 14 - channel->remote_window(val) ok 15 - channel->number ok 16 - channel->update_seqno() 1 ok 17 - channel->update_seqno() 2 ok 18 - channel->msgno rollover 1 ok 19 - channel->msgno rollover 2 ok 20 - channel->msgno rollover 3 ok 21 - channel->seqno() rollover 1 ok 22 - channel->seqno() rollover 2 ok 23 - channel->seqno() rollover 3 ok 24 - constructed message same as orig. ok 25 - channel->clear_message() ok 26 - constructed ans message same as orig. ok t/frame..........1..32 ok 1 - use Net::BEEP::Lite::Frame; "my" variable $example_header masks earlier declaration in same scope at t/frame.t line 82. ok 2 - constructor works ok 3 - The object isa Net::BEEP::Lite::Frame ok 4 - constructor with args works ok 5 - The object isa Net::BEEP::Lite::Frame ok 6 - frame->type() ok 7 - frame->msgno() ok 8 - frame->size() ok 9 - frame->more() ok 10 - frame->seqno() ok 11 - frame->channel_number() ok 12 - frame->completes() is false ok 13 - frame->header_to_string() ok 14 - frame->header_to_string() for SEQ ok 15 - frame->to_string() for SEQ ok 16 - frame->to_string() for SEQ w/payload ok 17 - frame->size() w/ payload ok 18 - frame->to_string() w/ payload ok 19 - frame->type() from header ok 20 - frame->size() from header ok 21 - frame->channel_number() from header ok 22 - frame->msgno() from header ok 23 - frame->more() from header ok 24 - frame-seqno() from header ok 25 - frame->completes() is true ok 26 - frame->type() from trimmed header ok 27 - frame->channel_number() from trimmed header ok 28 - frame->msgno() from trimmed header ok 29 - frame->more() from trimmed header ok 30 - frame->seqno() from trimmed header ok 31 - frame->size() from trimmed header ok 32 - frame->size() after payload ok t/message........1..36 ok 1 - use Net::BEEP::Lite::Message; ok 2 - constructor works ok 3 - The object isa Net::BEEP::Lite::Message ok 4 - msg->type() ok 5 - msg->size() ok 6 - msg->channel_number() ok 7 - msg->payload() ok 8 - msg->size() ok 9 - msg->content() ok 10 - msg->content_type() default ok 11 - msg->content_encoding() default ok 12 - msg->type($val) ok 13 - msg->msgno($val) ok 14 - content->payload w/ no MIME stuff ok 15 - content->payload w/no MIME stuff (size) ok 16 - content->payload w/ MIME ok 17 - content->payload w/ MIME (size) ok 18 - content->payload w/MIME encoding ok 19 - msg->next_frame() 1 ok 20 - msg->next_frame()->size() 1 ok 21 - msg->next_frame()->seqno() 1 ok 22 - msg->has_more_frames() is true ok 23 - msg->next_frame() 2 ok 24 - msg->next_frame()->size() 2 ok 25 - msg->next_frame->seqno() 2 ok 26 - msg->has_more_frames() is false ok 27 - msg->next_frame() 3 ok 28 - msg->reset_frames() ok 29 - msg->add_frame() ok 30 - frame-built message decodes MIME 1 ok 31 - frame-built message decodes MIME 2 ok 32 - frame-built message decodes MIME 3 ok 33 - msg->has_more_frames() true for null payload message ok 34 - msg->next_frame generated first frame of null payload msg ok 35 - msg->has_more_frames() now false ok 36 - msg->next_frame() returned undef ok t/mgmtprofile....1..62 # Failed test (t/mgmtprofile.t at line 9) not ok 1 - use Net::BEEP::Lite::MgmtProfile; # Tried to use 'Net::BEEP::Lite::MgmtProfile'. # Error: Can't locate XML/LibXML/Common.pm in @INC (@INC contains: /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/arch /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl . /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl .) at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64/XML/LibXML.pm line 11. # BEGIN failed--compilation aborted at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64/XML/LibXML.pm line 11. # Compilation failed in require at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/MgmtProfile.pm line 62. # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/MgmtProfile.pm line 62. # Compilation failed in require at (eval 1) line 2. ok 2 - use Net::BEEP::Lite::Message; ok 3 - use Net::BEEP::Lite::Session; ok 4 - use XML::LibXML; Can't locate object method "new" via package "Net::BEEP::Lite::MgmtProfile" at t/mgmtprofile.t line 19. # Looks like you planned 62 tests but only ran 4. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 5-62 Failed 59/62 tests, 4.84% okay t/profile........1..16 ok 1 - use Net::BEEP::Lite::BaseProfile; ok 2 - use Net::BEEP::Lite::Message; # Failed test (t/profile.t at line 11) not ok 3 - use Net::BEEP::Lite::Session; # Tried to use 'Net::BEEP::Lite::Session'. # Error: Can't locate XML/LibXML/Common.pm in @INC (@INC contains: /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/arch /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl . /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl .) at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64/XML/LibXML.pm line 11. # BEGIN failed--compilation aborted at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64/XML/LibXML.pm line 11. # Compilation failed in require at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/MgmtProfile.pm line 62. # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/MgmtProfile.pm line 62. # Compilation failed in require at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/Session.pm line 43. # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/Session.pm line 43. # Compilation failed in require at (eval 3) line 2. ok 4 - constructor works ok 5 - The object isa Net::BEEP::Lite::BaseProfile ok 6 - profile->uri($val) Can't locate object method "new" via package "Net::BEEP::Lite::Session" at t/profile.t line 26. ok 7 - $profile->uri() # Looks like you planned 16 tests but only ran 7. # Looks like your test died just after 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3, 8-16 Failed 10/16 tests, 37.50% okay t/session........1..67 # Failed test (t/session.t at line 10) not ok 1 - use Net::BEEP::Lite::Session; # Tried to use 'Net::BEEP::Lite::Session'. # Error: Can't locate XML/LibXML/Common.pm in @INC (@INC contains: ./t /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/arch /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl .) at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64/XML/LibXML.pm line 11. # BEGIN failed--compilation aborted at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64/XML/LibXML.pm line 11. # Compilation failed in require at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/MgmtProfile.pm line 62. # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/MgmtProfile.pm line 62. # Compilation failed in require at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/Session.pm line 43. # BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-BEEP-Lite/blib/lib/Net/BEEP/Lite/Session.pm line 43. # Compilation failed in require at (eval 1) line 2. ok 2 - use Net::BEEP::Lite::Message; Can't locate object method "new" via package "Net::BEEP::Lite::Session" at t/session.t line 20. # Looks like you planned 67 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3-67 Failed 66/67 tests, 1.49% okay Failed 3/6 test scripts, 50.00% okay. 135/239 subtests failed, 43.51% okay. Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------------------------------------------------------------------------------- t/mgmtprofile.t 255 65280 62 117 188.71% 1 5-62 t/profile.t 255 65280 16 19 118.75% 3 8-16 t/session.t 255 65280 67 131 195.52% 1 3-67 make: *** [test_dynamic] Error 2