equal
deleted
inserted
replaced
3 use Module::Build; |
3 use Module::Build; |
4 |
4 |
5 Module::Build->new( |
5 Module::Build->new( |
6 dist_name => 'nagios-plugin-amanda-client', |
6 dist_name => 'nagios-plugin-amanda-client', |
7 dist_version_from => 'bin/check_amanda-client', |
7 dist_version_from => 'bin/check_amanda-client', |
|
8 dist_abstract => 'nagios check for amanda clients', |
8 scripts => [glob 'bin/*'], |
9 scripts => [glob 'bin/*'], |
9 license => 'perl', |
10 license => 'perl', |
10 requires => { |
11 requires => { |
11 perl => 5.010, |
12 perl => 5.010, |
12 }, |
13 }, |