Build.PL
changeset 24 ae403e3c2a41
parent 21 2247be0e2a13
child 57 27c0c47097b2
equal deleted inserted replaced
23:6c2728f0c6f7 24:ae403e3c2a41
    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 {