diff -r a1b5a2326a66 -r 647c46fe92cf Build.PL --- a/Build.PL Tue Jan 14 16:54:10 2014 +0100 +++ b/Build.PL Tue Jan 14 22:08:43 2014 +0100 @@ -13,7 +13,7 @@ # # where to find the sources -> where to put them under blib - plugins_files => { + checks_files => { 'plugins/check_amanda-client' => 'nagios/plugins/ius/check_amanda-client', }, license => 'perl', @@ -32,7 +32,9 @@ $builder->install_path('nagios' => $base . '/nagios'); } -$builder->add_build_element('plugins'); +$builder->bindoc_dirs([@{$builder->bindoc_dirs}, 'blib/nagios/plugins/ius']); +$builder->add_build_element('checks'); + $builder->create_build_script; __END__