Build.PL
changeset 11 a19446e119d3
parent 10 61e92ae4e6c2
child 12 f5467f4a3e94
equal deleted inserted replaced
10:61e92ae4e6c2 11:a19446e119d3
     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     },