# Note: this file was auto-generated by Module::Build::Compat version 0.32 use ExtUtils::MakeMaker; WriteMakefile ( 'INSTALLDIRS' => 'site', 'NAME' => 'Test::JSON', 'EXE_FILES' => [], 'VERSION_FROM' => 'lib/Test/JSON.pm', 'PREREQ_PM' => { 'Test::Differences' => '0.47', 'Test::Tester' => '0.103', 'Test::Simple' => '0.62', 'JSON::Any' => '1.2' } ) ;