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.4003
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'App::ClusterSSH',
  'VERSION_FROM' => 'lib/App/ClusterSSH.pm',
  'PREREQ_PM' => {
                   'Exception::Class' => '1.31',
                   'File::Temp' => 0,
                   'File::Which' => 0,
                   'Locale::Maketext' => 0,
                   'Readonly' => 0,
                   'Test::Differences' => 0,
                   'Test::DistManifest' => 0,
                   'Test::Pod' => 0,
                   'Test::Pod::Coverage' => 0,
                   'Test::Trap' => 0,
                   'Tk' => '800.022',
                   'Try::Tiny' => 0,
                   'X11::Protocol' => '0.56',
                   'version' => '0'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/ccon',
                   'bin/crsh',
                   'bin/cscp',
                   'bin/cssh',
                   'bin/ctel'
                 ],
  'PL_FILES' => {}
)
;