# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1419274887 -3600 # Node ID 27c0c47097b2bafa7797fc9c56e856b816b3df37 # Parent 4a22cfbaa2744f3c7eb2dad1f09b4cee3c496382 reformatted Build.PL diff -r 4a22cfbaa274 -r 27c0c47097b2 Build.PL --- a/Build.PL Mon Dec 22 19:42:16 2014 +0100 +++ b/Build.PL Mon Dec 22 20:01:27 2014 +0100 @@ -18,17 +18,17 @@ 'plugins/check_amanda-client' => 'nagios/plugins/ius/check_amanda-client', }, - license => 'perl', - requires => { perl => 5.014, 'Const::Fast' => 0.011 }, + license => 'perl', + requires => { perl => 5.014, 'Const::Fast' => 0.011 }, build_requires => { 'Test::Exception' => 0, }, ); # some magic to install it to the proper location} if (not defined $builder->install_path('nagios')) { my $base = do { - if ($builder->installdirs eq 'vendor') { '/usr/lib' } - elsif (defined $builder->install_base) { $builder->install_base } - else { '/usr/local/lib' } + if ($builder->installdirs eq 'vendor') { '/usr/lib' } + elsif (defined $builder->install_base) { $builder->install_base } + else { '/usr/local/lib' } }; $builder->install_path('nagios' => $base . '/nagios'); }