PATH=/usr/bin:/bin:/home/fly1600/var/megalib/bin Start 2015-10-25T02:08:46 ActivePerl-1600 CPAN-2.00 Reading '/home/fly1600/var/cpan/Metadata' Database was generated on Sun, 25 Oct 2015 04:29:02 GMT Running make for B/BK/BKB/JSON-Parse-0.36.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BK/BKB/JSON-Parse-0.36.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/B/BK/BKB/CHECKSUMS Checksum for /home/fly1600/var/cpan/sources/authors/id/B/BK/BKB/JSON-Parse-0.36.tar.gz ok JSON-Parse-0.36/ JSON-Parse-0.36/utf8-next-byte.c JSON-Parse-0.36/t/ JSON-Parse-0.36/lib/ JSON-Parse-0.36/Json3.xs JSON-Parse-0.36/Makefile.PL JSON-Parse-0.36/MANIFEST.SKIP JSON-Parse-0.36/unicode.c JSON-Parse-0.36/errors.c JSON-Parse-0.36/script/ JSON-Parse-0.36/json-perl.c JSON-Parse-0.36/Changes JSON-Parse-0.36/json-whitespace.c JSON-Parse-0.36/json-common.c JSON-Parse-0.36/json-entry-points.c JSON-Parse-0.36/README JSON-Parse-0.36/utf8-byte-one.c JSON-Parse-0.36/unicode.h JSON-Parse-0.36/MANIFEST JSON-Parse-0.36/typemap JSON-Parse-0.36/META.yml JSON-Parse-0.36/META.json JSON-Parse-0.36/script/validjson JSON-Parse-0.36/lib/JSON/ JSON-Parse-0.36/lib/JSON/Tokenize.pm JSON-Parse-0.36/lib/JSON/Parse.pod JSON-Parse-0.36/lib/JSON/Parse.pm JSON-Parse-0.36/lib/JSON/Whitespace.pm JSON-Parse-0.36/t/array.t JSON-Parse-0.36/t/valid-json.t JSON-Parse-0.36/t/collision.t JSON-Parse-0.36/t/JSON-Parse.t JSON-Parse-0.36/t/test.json JSON-Parse-0.36/t/syntax.t JSON-Parse-0.36/t/numbers.t JSON-Parse-0.36/t/rfc7159.t JSON-Parse-0.36/t/Json3.t JSON-Parse-0.36/t/whitespace.t JSON-Parse-0.36/t/unicode.t JSON-Parse-0.36/t/test-empty-string.t JSON-Parse-0.36/t/utf8.t /bin/tar: Read 3584 bytes from - JSON-Parse-0.36/t/syntax-error-1.json JSON-Parse-0.36/t/read-file.t CPAN.pm: Building B/BK/BKB/JSON-Parse-0.36.tar.gz >>> /home/fly1600/ap1600/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::Parse Writing MYMETA.yml and MYMETA.json >>> make cp lib/JSON/Parse.pod blib/lib/JSON/Parse.pod cp lib/JSON/Tokenize.pm blib/lib/JSON/Tokenize.pm cp lib/JSON/Whitespace.pm blib/lib/JSON/Whitespace.pm cp lib/JSON/Parse.pm blib/lib/JSON/Parse.pm Running Mkbootstrap for JSON::Parse () chmod 644 "Parse.bs" "/home/fly1600/ap1600/bin/perl-static" "/home/fly1600/var/megalib/ExtUtils/xsubpp" -typemap "/home/fly1600/ap1600/lib/ExtUtils/typemap" -typemap "typemap" Json3.xs > Json3.xsc && mv Json3.xsc Json3.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.36\" -DXS_VERSION=\"0.36\" -fPIC "-I/home/fly1600/ap1600/lib/CORE" Json3.c In file included from Json3.xs:35: json-entry-points.c: In function 'parse': json-entry-points.c:73: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type json-entry-points.c: In function 'validate': json-entry-points.c:292: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type json-entry-points.c: In function 'tokenize': json-entry-points.c:302: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type In file included from Json3.xs:39: json-whitespace.c: In function 'strip_whitespace': json-whitespace.c:155: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type rm -f blib/arch/auto/JSON/Parse/Parse.so gcc -shared -O2 Json3.o -o blib/arch/auto/JSON/Parse/Parse.so \ \ chmod 755 blib/arch/auto/JSON/Parse/Parse.so "/home/fly1600/ap1600/bin/perl-static" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parse.bs blib/arch/auto/JSON/Parse/Parse.bs 644 cp script/validjson blib/script/validjson "/home/fly1600/ap1600/bin/perl-static" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/validjson Manifying 1 pod document BKB/JSON-Parse-0.36.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for JSON::Parse () chmod 644 "Parse.bs" PERL_DL_NONLAZY=1 "/home/fly1600/ap1600/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/array.t .............. ok 1 ok 2 1..2 ok t/collision.t .......... ok 1 - Test documented hash key collision behaviour ok 2 - Test documented hash key collision behaviour 1..2 ok t/JSON-Parse.t ......... # 2.3 ok 1 - Two point three ok 2 - Parse hash ok 3 - Valid OK JSON ok 4 - Parse true literal. ok 5 - Parse false literal. ok 6 - Valid OK JSON ok 7 - Empty string returns undef ok 8 - undefined value as input returns undef ok 9 - whitespace as input returns undef ok 10 - ! Valid empty string ok 11 - found error ok 12 - ! Not valid missing end } ok 13 - found error in '"bad":"city"}' ok 14 - Got error message ok 15 - Not valid bad json ok 16 - Test a value 10021 ok 17 - Validate ok 18 - json array to perl array ok 19 - json object to perl hash 1..19 ok t/Json3.t .............. ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 - Got value 1 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 - Got a hash ok 17 ok 18 - Key for 'a' is defined ok 19 - Value for 'a' is one ok 20 - got a value ok 21 - Got a hash ok 22 - Right no of keys ok 23 - Got key william ok 24 - Got right value for william ok 25 ok 26 - Got a hash ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 - Nested hash depth 2 ok 40 ok 41 ok 42 ok 43 - Nested hash depth 4 ok 44 ok 45 ok 46 - Unicode switched on for character escapes ok 47 ok 48 ok 49 ok 50 - Got JSON ok 51 ok 52 ok 53 ok 54 ok 55 - got false value ok 56 - is zero 1..56 ok t/numbers.t ............ ok 1 - Parsed [1.9e+9] OK ok 2 - Parsed OK ok 3 - Got 100 for integer ok 4 - Got 1.5 for decimal ok 5 - Got 100 for exponent ok 6 - got 19/1000 for exponent- ok 7 - got 1_900_000_000 for exponent+ ok 8 - got 0.01 for fraction ok 9 - Got 0.12345 ok 10 - Don't accept 0...111 ok 11 - Error for leading zero ok 12 1..12 ok t/read-file.t .......... ok 1 1..1 ok t/rfc7159.t ............ ok 1 - no errors parsing rfc7159 json ok 2 - Got correct value as well ok 3 - And it's valid json too ok 4 - no errors parsing rfc7159 json ok 5 - got number back ok 6 - And it's valid JSON too ok 7 - no errors parsing rfc7159 json 0.14 ok 8 - got number back 0.14 ok 9 - And it's valid JSON too ok 10 - 5.55e10 validated ok 11 - ' true ' validates ok 12 - no errors parsing ' true ' ok 13 - ' true ' gives a true value ok 14 - ' true ' is equal to one ok 15 - 'null' validates ok 16 - no errors parsing 'null' ok 17 - bare literal null is false value ok 18 - bare literal null is undefined 1..18 ok t/syntax.t ............. # ok 1 1..1 ok t/test-empty-string.t .. ok 1 ok 2 ok 3 1..3 ok t/unicode.t ............ ok 1 - Valid good JSON ok 2 - Unicode \uXXXX parsed ok 3 - Unicode \uXXXX parsed correctly # keys = 骪 ok 4 - ["\uD800", "バター"] is invalid ok 5 - ["\uD800"] is valid ok 6 - parsed surrogate pairs ok 7 - g-clef surrogate pair ok 8 - parsed surrogate pairs ok 9 - g-clef surrogate pair ok 10 - UTF-8 survives ok 11 - Not UTF-8 not marked as UTF-8 ok 12 - kani upgraded regardless ok 13 - input string not upgraded, even though it's UTF-8 ok 14 - upgrade this too ok 15 - length is two by magic ok 16 - invalid DE8C + space 1..16 ok t/utf8.t ............... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - first byte 192, second byte space invalid ok 14 - first byte 193, second byte space invalid ok 15 - first byte 194, second byte space invalid ok 16 - first byte 195, second byte space invalid ok 17 - first byte 196, second byte space invalid ok 18 - first byte 197, second byte space invalid ok 19 - first byte 198, second byte space invalid ok 20 - first byte 199, second byte space invalid ok 21 - first byte 200, second byte space invalid ok 22 - first byte 201, second byte space invalid ok 23 - first byte 202, second byte space invalid ok 24 - first byte 203, second byte space invalid ok 25 - first byte 204, second byte space invalid ok 26 - first byte 205, second byte space invalid ok 27 - first byte 206, second byte space invalid ok 28 - first byte 207, second byte space invalid ok 29 - first byte 208, second byte space invalid ok 30 - first byte 209, second byte space invalid ok 31 - first byte 210, second byte space invalid ok 32 - first byte 211, second byte space invalid ok 33 - first byte 212, second byte space invalid ok 34 - first byte 213, second byte space invalid ok 35 - first byte 214, second byte space invalid ok 36 - first byte 215, second byte space invalid ok 37 - first byte 216, second byte space invalid ok 38 - first byte 217, second byte space invalid ok 39 - first byte 218, second byte space invalid ok 40 - first byte 219, second byte space invalid ok 41 - first byte 220, second byte space invalid ok 42 - first byte 221, second byte space invalid ok 43 - first byte 222, second byte space invalid ok 44 - first byte 223, second byte space invalid ok 45 - first byte 224, second byte space invalid ok 46 - first byte 225, second byte space invalid ok 47 - first byte 226, second byte space invalid ok 48 - first byte 227, second byte space invalid ok 49 - first byte 228, second byte space invalid ok 50 - first byte 229, second byte space invalid ok 51 - first byte 230, second byte space invalid ok 52 - first byte 231, second byte space invalid ok 53 - first byte 232, second byte space invalid ok 54 - first byte 233, second byte space invalid ok 55 - first byte 234, second byte space invalid ok 56 - first byte 235, second byte space invalid ok 57 - first byte 236, second byte space invalid ok 58 - first byte 237, second byte space invalid ok 59 - first byte 238, second byte space invalid ok 60 - first byte 239, second byte space invalid ok 61 - first byte 240, second byte space invalid ok 62 - first byte 241, second byte space invalid ok 63 - first byte 242, second byte space invalid ok 64 - first byte 243, second byte space invalid ok 65 - first byte 244, second byte space invalid ok 66 - invalid ok 67 - c0 af invalid ok 68 - e0 80 af invalid ok 69 - f0 80 80 af invalid ok 70 - c1 bf invalid ok 71 - e0 9f bf invalid ok 72 - f0 8f bf bf invalid ok 73 - c0 80 invalid ok 74 - e0 80 80 invalid ok 75 - f0 80 80 80 invalid ok 76 - ed a0 80 invalid ok 77 - ed ad bf invalid ok 78 - ed ae 80 invalid ok 79 - ed af bf invalid ok 80 - ed b0 80 invalid ok 81 - ed be 80 invalid ok 82 - ed bf bf invalid ok 83 - ed a0 80 ed b0 80 invalid ok 84 - ed a0 80 ed bf bf invalid ok 85 - ed ad bf ed b0 80 invalid ok 86 - ed ad bf ed bf bf invalid ok 87 - ed ae 80 ed b0 80 invalid ok 88 - ed ae 80 ed bf bf invalid ok 89 - ed af bf ed b0 80 invalid ok 90 - ed af bf ed bf bf invalid 1..90 ok t/valid-json.t ......... ok 1 ok 2 - validate_json dies ok 3 - line number OK ok 4 - Error detection for ' ' with 'valid_json' ok 5 - Error detection for ' ' with 'validate_json' ok 6 - Got expected error '(?^i:unexpected end of input)' parsing ' ' ok 7 ok 8 - undef input dies ok 9 - flagged as empty input ok 10 - Error detection for '{,"bad":"bad"}' with 'valid_json' ok 11 - Error detection for '{,"bad":"bad"}' with 'validate_json' ok 12 - Got expected error '(?^i:unexpected character)' parsing '{,"bad":"bad"}' ok 13 - Error detection for '[,"bad","bad"]' with 'valid_json' ok 14 - Error detection for '[,"bad","bad"]' with 'validate_json' ok 15 - Got expected error '(?^i:unexpected character)' parsing '[,"bad","bad"]' ok 16 - Error detection for '{"bad",:"bad"}' with 'valid_json' ok 17 - Error detection for '{"bad",:"bad"}' with 'validate_json' ok 18 - Got expected error '(?^i:unexpected character)' parsing '{"bad",:"bad"}' ok 19 - Error detection for '{"bad":,"bad"}' with 'valid_json' ok 20 - Error detection for '{"bad":,"bad"}' with 'validate_json' ok 21 - Got expected error '(?^i:unexpected character)' parsing '{"bad":,"bad"}' ok 22 - Error detection for '{"bad":"bad",}' with 'valid_json' ok 23 - Error detection for '{"bad":"bad",}' with 'validate_json' ok 24 - Got expected error '(?^i:unexpected character)' parsing '{"bad":"bad",}' ok 25 - Error detection for '["bad","bad",]' with 'valid_json' ok 26 - Error detection for '["bad","bad",]' with 'validate_json' ok 27 - Got expected error '(?^i:unexpected character)' parsing '["bad","bad",]' ok 28 - Error detection for '["bad" "bad"]' with 'valid_json' ok 29 - Error detection for '["bad" "bad"]' with 'validate_json' ok 30 - Got expected error '(?^i:unexpected character)' parsing '["bad" "bad"]' ok 31 - Parsing of '["bad"]' with 'valid_json' succeeded ok 32 - Parsing of '["bad"]' with 'validate_json' succeeded # ok 33 - Parsing of '[]' with 'valid_json' succeeded ok 34 - Parsing of '[]' with 'validate_json' succeeded # ok 35 - Parsing of '{}' with 'valid_json' succeeded ok 36 - Parsing of '{}' with 'validate_json' succeeded # ok 37 - Error detection for '{"bad":"bad"}}' with 'valid_json' ok 38 - Error detection for '{"bad":"bad"}}' with 'validate_json' ok 39 - Got expected error '(?^i:unexpected character)' parsing '{"bad":"bad"}}' ok 40 - Error detection for '["bad","bad"]]' with 'valid_json' ok 41 - Error detection for '["bad","bad"]]' with 'validate_json' ok 42 - Got expected error '(?^i:unexpected character)' parsing '["bad","bad"]]' ok 43 - Error detection for '{"bad":"forgot the end quotes}' with 'valid_json' ok 44 - Error detection for '{"bad":"forgot the end quotes}' with 'validate_json' ok 45 - Got expected error '(?^i:end of input)' parsing '{"bad":"forgot the end quotes}' ok 46 - Error detection for '["]' with 'valid_json' ok 47 - Error detection for '["]' with 'validate_json' ok 48 - Got expected error '(?^i:unexpected character)' parsing '["]' ok 49 - Error detection for '["pupparoon baba"]' with 'valid_json' ok 50 - Error detection for '["pupparoon baba"]' with 'validate_json' ok 51 - Got expected error '(?^i:unexpected.*0x00)' parsing '["pupparoon baba"]' ok 52 - Error detection for '[""]' with 'valid_json' ok 53 - Error detection for '[""]' with 'validate_json' ok 54 - Got expected error '(?^i:unexpected.*0x07)' parsing '[""]' ok 55 - Parsing of '["\u0000"]' with 'valid_json' succeeded ok 56 - Parsing of '["\u0000"]' with 'validate_json' succeeded # ok 57 - Parsing of '["\u0007"]' with 'valid_json' succeeded ok 58 - Parsing of '["\u0007"]' with 'validate_json' succeeded # ok 59 - Parsing of ' # { # # "why" # : # "do" # } # ' with 'valid_json' succeeded ok 60 - Parsing of ' # { # # "why" # : # "do" # } # ' with 'validate_json' succeeded # ok 61 - Error detection for '["\a"]' with 'valid_json' ok 62 - Error detection for '["\a"]' with 'validate_json' ok 63 - Got expected error '(?^i:unexpected character)' parsing '["\a"]' ok 64 - Parsing of '["\t\f\b\r\n\\\"\/"]' with 'valid_json' succeeded ok 65 - Parsing of '["\t\f\b\r\n\\\"\/"]' with 'validate_json' succeeded # ok 66 - Error detection for '[truk]' with 'valid_json' ok 67 - Error detection for '[truk]' with 'validate_json' ok 68 - Got expected error '(?^i:unexpected character 'k')' parsing '[truk]' ok 69 - Error detection for '[--1]' with 'valid_json' ok 70 - Error detection for '[--1]' with 'validate_json' ok 71 - Got expected error '(?^i:unexpected character)' parsing '[--1]' ok 72 - Error detection for '[01]' with 'valid_json' ok 73 - Error detection for '[01]' with 'validate_json' ok 74 - Got expected error '(?^i:unexpected character)' parsing '[01]' ok 75 - Error detection for '[+1]' with 'valid_json' ok 76 - Error detection for '[+1]' with 'validate_json' ok 77 - Got expected error '(?^i:unexpected character)' parsing '[+1]' ok 78 - Error detection for '[0.1e++3]' with 'valid_json' ok 79 - Error detection for '[0.1e++3]' with 'validate_json' ok 80 - Got expected error '(?^i:unexpected character)' parsing '[0.1e++3]' ok 81 - Error detection for '[0.1e--3]' with 'valid_json' ok 82 - Error detection for '[0.1e--3]' with 'validate_json' ok 83 - Got expected error '(?^i:unexpected character)' parsing '[0.1e--3]' ok 84 - Error detection for '[0.1e1-3]' with 'valid_json' ok 85 - Error detection for '[0.1e1-3]' with 'validate_json' ok 86 - Got expected error '(?^i:unexpected character)' parsing '[0.1e1-3]' ok 87 - Error detection for '[1.0e1.0]' with 'valid_json' ok 88 - Error detection for '[1.0e1.0]' with 'validate_json' ok 89 - Got expected error '(?^i:unexpected character)' parsing '[1.0e1.0]' ok 90 - Error detection for '[1234567' with 'valid_json' ok 91 - Error detection for '[1234567' with 'validate_json' ok 92 - Got expected error '(?^i:unexpected end of input)' parsing '[1234567' ok 93 - Error detection for '[[null, true, -, 7965, 58]]' with 'valid_json' ok 94 - Error detection for '[[null, true, -, 7965, 58]]' with 'validate_json' ok 95 - Error detection for '[43E+]' with 'valid_json' ok 96 - Error detection for '[43E+]' with 'validate_json' ok 97 - Parsing of '[1.0e4]' with 'valid_json' succeeded ok 98 - Parsing of '[1.0e4]' with 'validate_json' succeeded # ok 99 - Parsing of '[1.0e+4]' with 'valid_json' succeeded ok 100 - Parsing of '[1.0e+4]' with 'validate_json' succeeded # ok 101 - Parsing of '[1.0e-4]' with 'valid_json' succeeded ok 102 - Parsing of '[1.0e-4]' with 'validate_json' succeeded # ok 103 - Parsing of '[0.0001e-4]' with 'valid_json' succeeded ok 104 - Parsing of '[0.0001e-4]' with 'validate_json' succeeded # ok 105 - Parsing of '[0e0]' with 'valid_json' succeeded ok 106 - Parsing of '[0e0]' with 'validate_json' succeeded # ok 107 - Parsing of '[0e1]' with 'valid_json' succeeded ok 108 - Parsing of '[0e1]' with 'validate_json' succeeded # ok 109 - Parsing of '[0.2e10]' with 'valid_json' succeeded ok 110 - Parsing of '[0.2e10]' with 'validate_json' succeeded # ok 111 - Error detection for '["a":1]' with 'valid_json' ok 112 - Error detection for '["a":1]' with 'validate_json' ok 113 - Got expected error '(?^i:unexpected character.*':')' parsing '["a":1]' ok 114 - Error detection for '{1,2,3}' with 'valid_json' ok 115 - Error detection for '{1,2,3}' with 'validate_json' ok 116 - Got expected error '(?^i:unexpected character '1' parsing object)' parsing '{1,2,3}' ok 117 - Error detection for '[1,2,3}' with 'valid_json' ok 118 - Error detection for '[1,2,3}' with 'validate_json' ok 119 - Got expected error '(?^i:unexpected character.*'}')' parsing '[1,2,3}' ok 120 - Error detection for '["\z"]' with 'valid_json' ok 121 - Error detection for '["\z"]' with 'validate_json' ok 122 - Got expected error '(?^i:unexpected character)' parsing '["\z"]' ok 123 - Error detection for '{"go":{"buddy":{"go":{"buddy":' with 'valid_json' ok 124 - Error detection for '{"go":{"buddy":{"go":{"buddy":' with 'validate_json' ok 125 - Got expected error '(?^i:unexpected end of input)' parsing '{"go":{"buddy":{"go":{"buddy":' ok 126 - Error detection for '{"gobuggs}' with 'valid_json' ok 127 - Error detection for '{"gobuggs}' with 'validate_json' ok 128 - Got expected error '(?^i:unexpected end of input parsing)' parsing '{"gobuggs}' ok 129 - Error detection for '["\uNOTHEX"]' with 'valid_json' ok 130 - Error detection for '["\uNOTHEX"]' with 'validate_json' ok 131 - Got expected error '(?^i:unexpected character 'N')' parsing '["\uNOTHEX"]' ok 132 - Error detection for '["\uABC' with 'valid_json' ok 133 - Error detection for '["\uABC' with 'validate_json' ok 134 - Got expected error '(?^i:unexpected end of input)' parsing '["\uABC' ok 135 - Error detection for '["\uD834monkey\uDD1E"]' with 'valid_json' ok 136 - Error detection for '["\uD834monkey\uDD1E"]' with 'validate_json' ok 137 - Got expected error '(?^i:unexpected character 'm')' parsing '["\uD834monkey\uDD1E"]' ok 138 - Error detection for '["\udc00???"]' with 'valid_json' ok 139 - Error detection for '["\udc00???"]' with 'validate_json' ok 140 - Got expected error '(?^:Unexpected end of input parsing unicode escape starting from byte 3)' parsing '["\udc00???"]' ok 141 - Error detection for '[1.0e1+0]' with 'valid_json' ok 142 - Error detection for '[1.0e1+0]' with 'validate_json' ok 143 - Got expected error '(?^i:unexpected character)' parsing '[1.0e1+0]' ok 144 - Error detection for '{"baba":6-3}' with 'valid_json' ok 145 - Error detection for '{"baba":6-3}' with 'validate_json' ok 146 - Error detection for '{"baba":6.' with 'valid_json' ok 147 - Error detection for '{"baba":6.' with 'validate_json' ok 148 - Got expected error '(?^i:unexpected end of input parsing number)' parsing '{"baba":6.' ok 149 - Error detection for '{"baba":6.' with 'valid_json' ok 150 - Error detection for '{"baba":6.' with 'validate_json' ok 151 - Got expected error '(?^i:unexpected character.*parsing number)' parsing '{"baba":6.' 1..151 ok t/whitespace.t ......... 1..2 ok 1 - valid json with extra whitespace ok 2 - No errors parsing JSON ok All tests successful. Files=13, Tests=373, 1 wallclock secs ( 0.11 usr 0.02 sys + 0.74 cusr 0.08 csys = 0.95 CPU) Result: PASS BKB/JSON-Parse-0.36.tar.gz make test TEST_VERBOSE=1 -- OK Ben Bullock <bkb@cpan.org> Read JSON into a Perl variable >>> (cd /home/fly1600/var/cpan/build/JSON-Parse-0.36-mOKblp && tar cvf - JSON-Parse-0.36.ppd blib) | gzip -c >/home/fly1600/var/REPO/B/BK/BKB/JSON-Parse-0.36.tar.gz JSON-Parse-0.36.ppd blib/ blib/lib/ blib/lib/JSON/ blib/lib/JSON/Parse.pod blib/lib/JSON/Tokenize.pm blib/lib/JSON/Whitespace.pm blib/lib/JSON/Parse.pm blib/arch/ blib/arch/auto/ blib/arch/auto/JSON/ blib/arch/auto/JSON/Parse/ blib/arch/auto/JSON/Parse/Parse.so blib/script/ blib/script/validjson blib/man3/ blib/man3/JSON::Parse.3 >>> mv /home/fly1600/var/cpan/build/JSON-Parse-0.36-mOKblp/JSON-Parse-0.36.ppd /home/fly1600/var/REPO/B/BK/BKB VmSize: 273320 kB Finished 2015-10-25T02:08:59