Build.PL
changeset 16 647c46fe92cf
parent 15 a1b5a2326a66
child 21 2247be0e2a13
--- 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__