changeset 41 | b761702df772 |
parent 24 | ae403e3c2a41 |
child 57 | 27c0c47097b2 |
--- a/Build.PL Tue Jan 28 14:03:04 2014 +0100 +++ b/Build.PL Tue Jan 28 14:31:21 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}