mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Include Makefile.PL
This commit is contained in:
parent
7218c10758
commit
8ffed333a4
2 changed files with 26 additions and 0 deletions
1
MANIFEST
1
MANIFEST
|
@ -24,3 +24,4 @@ t/boilerplate.t
|
|||
t/pod-coverage.t
|
||||
t/pod.t
|
||||
THANKS
|
||||
Makefile.PL
|
||||
|
|
25
Makefile.PL
Normal file
25
Makefile.PL
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile
|
||||
(
|
||||
'NAME' => 'App::ClusterSSH',
|
||||
'VERSION_FROM' => 'lib/App/ClusterSSH.pm',
|
||||
'PREREQ_PM' => {
|
||||
'Locale::Maketext' => 0,
|
||||
'Test::Pod' => 0,
|
||||
'Test::Pod::Coverage' => 0,
|
||||
'Test::Trap' => 0,
|
||||
'Tk' => '800.022',
|
||||
'X11::Protocol' => '0.56',
|
||||
'version' => '0'
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
'EXE_FILES' => [
|
||||
'bin/crsh',
|
||||
'bin/cscp',
|
||||
'bin/cssh',
|
||||
'bin/ctel'
|
||||
],
|
||||
'PL_FILES' => {}
|
||||
)
|
||||
;
|
Loading…
Add table
Reference in a new issue