Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2012
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Checking for module Number::Format:
  2. Not installed, do you want to install it now? {y|n} [y]
  3. Attempting to install Number::Format...
  4. Running install for module 'Number::Format'
  5. Running make for W/WR/WRW/Number-Format-1.73.tar.gz
  6.  
  7. Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
  8. http://www.perl.org/CPAN/authors/id/W/WR/WRW/Number-Format-1.73.tar.gz
  9.  
  10. Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
  11. http://www.perl.org/CPAN/authors/id/W/WR/WRW/CHECKSUMS
  12. Checksum for /home/sbaur/.cpan/sources/authors/id/W/WR/WRW/Number-Format-1.73.tar.gz ok
  13. Number-Format-1.73/
  14. Number-Format-1.73/Format.pm
  15. Number-Format-1.73/t/
  16. Number-Format-1.73/t/format_number.t
  17. Number-Format-1.73/t/locale.t
  18. Number-Format-1.73/t/unformat_number.t
  19. Number-Format-1.73/t/format_negative.t
  20. Number-Format-1.73/t/format_price.t
  21. Number-Format-1.73/t/format_bytes.t
  22. Number-Format-1.73/t/format_picture.t
  23. Number-Format-1.73/t/object.t
  24. Number-Format-1.73/t/round.t
  25. Number-Format-1.73/MANIFEST
  26. Number-Format-1.73/TODO
  27. Number-Format-1.73/CHANGES
  28. Number-Format-1.73/META.yml
  29. Number-Format-1.73/README
  30. Number-Format-1.73/Makefile.PL
  31.  
  32. CPAN.pm: Going to build W/WR/WRW/Number-Format-1.73.tar.gz
  33.  
  34. Checking if your kit is complete...
  35. Looks good
  36. Writing Makefile for Number::Format
  37. Writing MYMETA.yml and MYMETA.json
  38. cp Format.pm blib/lib/Number/Format.pm
  39. Manifying blib/man3/Number::Format.3
  40. WRW/Number-Format-1.73.tar.gz
  41. /usr/bin/make -- OK
  42. Running make test
  43. PERL_DL_NONLAZY=1 /data/wre/prereqs/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  44. t/format_bytes.t ..... ok
  45. t/format_negative.t .. ok
  46. t/format_number.t .... ok
  47. t/format_picture.t ... ok
  48. t/format_price.t ..... ok
  49. t/locale.t ........... 1/?
  50. # Failed test 'unformat rubles'
  51. # at t/locale.t line 54.
  52. # got: '12345679'
  53. # expected: '123456,79'
  54.  
  55. # Failed test 'unformat Russian 1'
  56. # at t/locale.t line 55.
  57. # got: '12345679'
  58. # expected: '123456,79'
  59. # Looks like you failed 2 tests of 12.
  60. t/locale.t ........... Dubious, test returned 2 (wstat 512, 0x200)
  61. Failed 2/12 subtests
  62. t/object.t ........... ok
  63. t/round.t ............ ok
  64. t/unformat_number.t .. ok
  65.  
  66. Test Summary Report
  67. -------------------
  68. t/locale.t (Wstat: 512 Tests: 12 Failed: 2)
  69. Failed tests: 6-7
  70. Non-zero exit status: 2
  71. Files=9, Tests=154, 1 wallclock secs ( 0.03 usr 0.06 sys + 0.27 cusr 0.09 csys = 0.45 CPU)
  72. Result: FAIL
  73. Failed 1/9 test programs. 2/154 subtests failed.
  74. make: *** [test_dynamic] Error 255
  75. WRW/Number-Format-1.73.tar.gz
  76. /usr/bin/make test -- NOT OK
  77. //hint// to see the cpan-testers results for installing this module, try:
  78. reports WRW/Number-Format-1.73.tar.gz
  79. Running make install
  80. make test had returned bad status, won't install without force
  81. Checking for module Number::Format: Install of Number::Format failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement