Checking if your kit is complete... Looks good Writing Makefile for Data::JavaScript cp JavaScript.pm blib/lib/Data/JavaScript.pm cp example.pl blib/lib/Data/example.pl Manifying blib/man3/Data::JavaScript.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/1....1..1 ok 1 #Loads fine ok t/2....1..3 ok 1 #var foo = new Array;foo[0] = 1;foo[1] = undefined;foo[2] = 1; ok 2 #var bar = new Array;bar[0] = 1;bar[1] = null;bar[2] = 1; ok 3 #var qux = new Object;qux["age"] = 2;qux["color"] = "monkey";qux["eyes"] = "blue"; ok t/3....1..4 ok 1 #var foo = new Array;foo[0] = 1;foo[1] = undefined;foo[2] = 1; ok 2 #var ANSI = "M\xF6tley Cr\xFCe"; ok 3 #var unicode = "Euros (\u20AC) aren't Ecus (\u20A0)"; ok 5 #var Cherokee = "\u13E3\u13E3\u13E3"; ok t/4....1..4 ok 1 #var foo = new Array;foo[0] = 1;foo[1] = '';foo[2] = 1; ok 2 #var ANSI = "M\xF6tley Cr\xFCe"; ok 3 #var unicode = "Euros (\xE2\x82\xAC) aren't Ecus (\xE2\x82\xA0)"; ok 4 #var thang = "'\t\"\n\\\xA0"; ok t/5....1..5 ok 1 #var ixi = -1; ok 2 #var pi = 3.14159; ok 3 #var c = "3E8"; ok 4 #var zipcode = "02139"; ok 5 #var hex = "0xdeadbeef"; ok All tests successful. Files=5, Tests=17, 1 wallclock secs ( 0.24 cusr + 0.10 csys = 0.34 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Data/JavaScript.html Installing /Users/cpanrun/build/5.10.0/site/lib/Data/example.pl Installing /Users/cpanrun/build/5.10.0/site/lib/Data/JavaScript.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Data::JavaScript.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod