mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-23 01:42:24 +00:00
Include missing prereqs
This commit is contained in:
parent
2cedd8b504
commit
b5f46ff0e7
1 changed files with 3 additions and 1 deletions
4
Build.PL
4
Build.PL
|
@ -7,7 +7,9 @@ my $build = Module::Build->new(
|
|||
module_name => 'App::ClusterSSH',
|
||||
license => 'gpl',
|
||||
requires => {
|
||||
'version' => '0',
|
||||
'version' => '0',
|
||||
'Tk' => 800.022,
|
||||
'X11::Protocol' => 0,
|
||||
},
|
||||
build_requires => {
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue