clusterssh/Makefile.PL

40 lines
1.3 KiB
Perl
Raw Normal View History

2015-01-31 10:50:36 +00:00
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
2010-06-20 20:58:06 +01:00
use ExtUtils::MakeMaker;
2014-09-28 09:03:19 +01:00
WriteMakefile
(
'NAME' => 'App::ClusterSSH',
'VERSION_FROM' => 'lib/App/ClusterSSH.pm',
'PREREQ_PM' => {
'CPAN::Changes' => '0.27',
2015-09-21 21:06:30 +01:00
'Exception::Class' => '1.31',
2014-09-28 09:03:19 +01:00
'File::Slurp' => 0,
2015-09-21 21:06:30 +01:00
'File::Temp' => 0,
'File::Which' => 0,
2014-12-20 22:25:32 +00:00
'Getopt::Long' => 0,
2015-09-21 21:06:30 +01:00
'Locale::Maketext' => 0,
2014-09-28 09:03:19 +01:00
'Readonly' => 0,
'Test::Differences' => 0,
'Test::DistManifest' => 0,
'Test::PerlTidy' => 0,
2015-09-21 21:06:30 +01:00
'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/clusterssh_bash_completion.dist',
'bin/crsh',
'bin/cssh',
'bin/ctel'
],
'PL_FILES' => {
'bin_PL/_build_docs' => []
}
2014-09-28 09:03:19 +01:00
)
;