Advertisement
Guest User

Untitled

a guest
Aug 13th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Checking if your kit is complete...
  2. Looks good
  3. Writing Makefile for HTTP::Daemon::SSL
  4. Writing MYMETA.yml and MYMETA.json
  5. cp SSL.pm blib/lib/HTTP/Daemon/SSL.pm
  6. Manifying blib/man3/HTTP::Daemon::SSL.3pm
  7. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  8. t/loadmodule.t .. ok
  9. t/testmodule.t .. 4/9 Can't call method "get_request" on an undefined value at t/testmodule.t line 90.
  10. t/testmodule.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
  11. Failed 4/9 subtests
  12.  
  13. Test Summary Report
  14. -------------------
  15. t/testmodule.t (Wstat: 65280 Tests: 7 Failed: 2)
  16. Failed tests: 4, 7
  17. Non-zero exit status: 255
  18. Parse errors: Tests out of sequence. Found (4) but expected (6)
  19. Bad plan. You planned 9 tests but ran 7.
  20. Files=2, Tests=10, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.18 CPU)
  21. Result: FAIL
  22. Failed 1/2 test programs. 2/10 subtests failed.
  23. make: *** [test_dynamic] Erreur 255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement