The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#   $Id: Makefile.PL 7 2014-06-02 21:44:53Z adam $
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Config::Trivial::JSON',
          'VERSION_FROM' => 'lib/Config/Trivial/JSON.pm',
          'PREREQ_PM' => {
                           'Pod::Coverage' => 0,
                           'Test::Pod::Coverage' => 0,
                           'JSON::MaybeXS' => '1.0',
                           'Test::Pod' => 0,
                           'Test::More' => 0,
                           'Config::Trivial' => '0.81',
                           'IO::Capture' => 0,
                           'YAML' => 0
                         }
        )
;