fixed the Build.PL for dependencies
authorHeiko Schlittermann (root@keller) <hs@schlittermann.de>
Sat, 25 Jan 2014 23:59:32 +0100
changeset 24 ae403e3c2a41
parent 23 6c2728f0c6f7
child 25 ecd7c783aba4
fixed the Build.PL for dependencies
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}