Build.PL
changeset 41 b761702df772
parent 24 ae403e3c2a41
child 57 27c0c47097b2
equal deleted inserted replaced
40:d0410b54a231 41:b761702df772
    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 {