The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# 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.107',
                           'Test::Simple' => '0.62',
                           'JSON::Any' => '1.2'
                         }
        )
;