Checking if your kit is complete... Looks good Writing Makefile for Template::Plugin::deJSON cp lib/Template/Plugin/deJSON.pm blib/lib/Template/Plugin/deJSON.pm Manifying blib/man3/Template::Plugin::deJSON.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/Template-Plugin-deJSON....1..1 ok 1 - use Template::Plugin::deJSON; {"hello":"there","more":{"id":"20","inside":"yes","nested":{"id":"21","here":"there"}},"outside":"noone","id":"10","separate":{"id":"234","us":"alone"}} $VAR1 = { 'hello' => 'there', 'separate' => { 'us' => 'alone', 'id' => '234' }, 'id' => '10', 'outside' => 'noone', 'more' => { 'inside' => 'yes', 'id' => '20', 'nested' => { 'here' => 'there', 'id' => '21' } } }; ------------------------------------------------------------------------ {"hello":"there","more":{"id":"20","inside":"yes","nested":{"id":"21","reallynested":{"id":"4444","deep":"well"},"here":"there"}},"outside":"noone","id":"10","separate":{"id":"234","us":"alone"}} $VAR1 = { 'hello' => 'there', 'separate' => { 'us' => 'alone', 'id' => '234' }, 'id' => '10', 'outside' => 'noone', 'more' => { 'inside' => 'yes', 'id' => '20', 'nested' => { 'id' => '21', 'reallynested' => { 'here' => 'there', 'deep' => 'well', 'id' => '4444' } } } }; ------------------------------------------------------------------------ {"hello":"goodbye","id":"99","info":{"id":"30","some":"thing"},"last":"first"} $VAR1 = { 'info' => { 'some' => 'thing', 'id' => '30' }, 'hello' => 'goodbye', 'last' => 'first', 'id' => '99' }; ------------------------------------------------------------------------ {"hello":"goodbye","id":"100"} $VAR1 = { 'hello' => 'goodbye', 'id' => '100' }; ------------------------------------------------------------------------ ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.07 cusr + 0.03 csys = 0.10 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/Template/Plugin/deJSON.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Template/Plugin/deJSON.pm Installing /Users/cpanrun/build/5.8.8/man/man3/Template::Plugin::deJSON.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod