Checking if your kit is complete... Looks good Writing Makefile for Template::Plugin::deJSON Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Template/Plugin/deJSON.pm blib\lib\Template\Plugin\deJSON.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-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.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Template\Plugin\deJSON.html Installing C:\cpanrun\build\5-10-0\site\lib\Template\Plugin\deJSON.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod