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.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Supervisor',
          'VERSION_FROM' => 'lib/Supervisor.pm',
          'PREREQ_PM' => {
                           'Badger' => '0.06',
                           'Config::IniFiles' => '2.39',
                           'DateTime' => '0.4501',
                           'File::Pid' => '0',
                           'JSON' => '2.15',
                           'POE' => '1.007',
                           'Set::Light' => '0.04',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/junker.sh',
                           'bin/sleeper.sh',
                           'bin/supctl',
                           'bin/supervisor',
                           'bin/supervisor.ini',
                           'bin/test.sh'
                         ],
          'PL_FILES' => {}
        )
;