mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Further enhancements to the config module
Continue work to move all the config code out of the main module into a sub module. Not yet used by the main module.
This commit is contained in:
parent
81a79902b6
commit
b51644512d
6 changed files with 142 additions and 4 deletions
1
Build.PL
1
Build.PL
|
@ -30,6 +30,7 @@ my $build = Module::Build->new(
|
|||
'Test::Pod' => 0,
|
||||
'Test::Trap' => 0,
|
||||
'Readonly' => 0,
|
||||
'File::Which' => 0,
|
||||
},
|
||||
add_to_cleanup => ['App-ClusterSSH-*'],
|
||||
create_makefile_pl => 'traditional',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue