--- a/Build.PL Mon Dec 22 20:01:27 2014 +0100
+++ b/Build.PL Mon Dec 22 20:16:46 2014 +0100
@@ -18,6 +18,9 @@
'plugins/check_amanda-client' =>
'nagios/plugins/ius/check_amanda-client',
},
+ etc_files => {
+ 'etc/amanda-client.conf' => 'etc/amanda/README',
+ },
license => 'perl',
requires => { perl => 5.014, 'Const::Fast' => 0.011 },
build_requires => { 'Test::Exception' => 0, },
@@ -35,6 +38,7 @@
$builder->bindoc_dirs([@{ $builder->bindoc_dirs }, 'blib/nagios/plugins/ius']);
$builder->add_build_element('checks');
+$builder->add_build_element('etc');
$builder->create_build_script;