diff -r 6c2728f0c6f7 -r ae403e3c2a41 Build.PL --- a/Build.PL Sat Jan 25 23:48:33 2014 +0100 +++ b/Build.PL Sat Jan 25 23:59:32 2014 +0100 @@ -19,8 +19,8 @@ 'nagios/plugins/ius/check_amanda-client', }, license => 'perl', - requires => { perl => 5.014, }, - test_requires => { 'Test::Exception' => 0, }, + requires => { perl => 5.014, 'Const::Fast' => 0.011 }, + build_requires => { 'Test::Exception' => 0, }, ); # some magic to install it to the proper location}