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 /home/cpanrun/tmp/5.10.0/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.06 cusr + 0.05 csys = 0.11 CPU) Installing /home/cpanrun/build/5.10.0/html/site/lib/Template/Plugin/deJSON.html Installing /home/cpanrun/build/5.10.0/site/lib/Template/Plugin/deJSON.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/Template::Plugin::deJSON.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod