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.4005
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Clustericious-Config',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Clustericious/Config.pm',
  'PREREQ_PM' => {
                   'Hash::Merge' => 0,
                   'File::HomeDir' => 0,
                   'JSON::XS' => 0,
                   'YAML::XS' => 0,
                   'Mojolicious' => '1.01',
                   'Test::More' => 0,
                   'Module::Build' => '0.36',
                   'Term::Prompt' => 0,
                   'Log::Log4perl' => 0
                 }
)
;