equal
deleted
inserted
replaced
17 checks_files => { |
17 checks_files => { |
18 'plugins/check_amanda-client' => |
18 'plugins/check_amanda-client' => |
19 'nagios/plugins/ius/check_amanda-client', |
19 'nagios/plugins/ius/check_amanda-client', |
20 }, |
20 }, |
21 license => 'perl', |
21 license => 'perl', |
22 requires => { perl => 5.014, }, |
22 requires => { perl => 5.014, 'Const::Fast' => 0.011 }, |
23 test_requires => { 'Test::Exception' => 0, }, |
23 build_requires => { 'Test::Exception' => 0, }, |
24 ); |
24 ); |
25 |
25 |
26 # some magic to install it to the proper location} |
26 # some magic to install it to the proper location} |
27 if (not defined $builder->install_path('nagios')) { |
27 if (not defined $builder->install_path('nagios')) { |
28 my $base = do { |
28 my $base = do { |