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:
Duncan Ferguson 2011-07-21 08:23:49 +01:00
parent 81a79902b6
commit b51644512d
6 changed files with 142 additions and 4 deletions

View file

@ -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',