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.340201
require 5.6.1;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'App::Xssh',
          'VERSION_FROM' => 'lib/App/Xssh.pm',
          'PREREQ_PM' => {
                           'Config::General' => '2.4',
                           'Getopt::Long' => '2.37',
                           'Moose' => '1.09',
                           'Pod::Usage' => '1.35',
                           'UNIVERSAL::require' => 0,
                           'X11::Terminal' => '0.2'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/xssh'
                         ],
          'PL_FILES' => {}
        )
;