equal
deleted
inserted
replaced
2 use strict; |
2 use strict; |
3 use warnings; |
3 use warnings; |
4 use Module::Build; |
4 use Module::Build; |
5 |
5 |
6 my $builder = Module::Build->new( |
6 my $builder = Module::Build->new( |
7 dist_name => 'nagios-plugin-dns-serial', |
7 dist_name => 'nagios-plugin-dns-delegation', |
8 dist_version_from => 'plugins/check_dns-serial', |
8 dist_version_from => 'plugins/check_dns-delegation', |
9 dist_abstract => 'nagios check for dns serial numbers', |
9 dist_abstract => 'nagios check for dns serial numbers', |
10 checks_files => { |
10 checks_files => { |
11 'plugins/check_dns-serial' => 'nagios/plugins/ius/check_dns-serial', |
11 'plugins/check_dns-delegation' => 'nagios/plugins/ius/check_dns-delegation', |
12 }, |
12 }, |
13 license => 'perl', |
13 license => 'perl', |
14 requires => { |
14 requires => { |
15 perl => '5.14.2', |
15 perl => '5.14.2', |
16 'Net::DNS' => '0.66', |
16 'Net::DNS' => '0.66', |