Build.PL
changeset 1 cff9b7e57f19
parent 0 676230d2d1ae
child 5 2e27cfdf85ea
--- a/Build.PL	Sun Dec 28 16:44:41 2014 +0100
+++ b/Build.PL	Tue Dec 30 00:37:59 2014 +0100
@@ -15,6 +15,9 @@
         perl       => '5.14.2',
         'Net::DNS' => '0.74',
     },
+    test_requires => {
+        'Test::Exception' => '0.32',
+    },
 );
 
 if (not defined $builder->install_path('nagios')) {
@@ -29,5 +32,5 @@
 $builder->bindoc_dirs([@{ $builder->bindoc_dirs }, 'blib/nagios/plugins/ius']);
 $builder->add_build_element('checks');
 
-# finally 
+# finally
 $builder->create_build_script;