mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Include missing build prereq
This commit is contained in:
parent
2ee06cd89b
commit
3c4f108233
1 changed files with 1 additions and 0 deletions
1
Build.PL
1
Build.PL
|
@ -25,6 +25,7 @@ my $build = Module::Build->new(
|
||||||
build_requires => {
|
build_requires => {
|
||||||
'Test::Pod::Coverage' => 0,
|
'Test::Pod::Coverage' => 0,
|
||||||
'Test::Pod' => 0,
|
'Test::Pod' => 0,
|
||||||
|
'Test::Trap' => 0,
|
||||||
},
|
},
|
||||||
script_files => 'bin',
|
script_files => 'bin',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue