summaryrefslogtreecommitdiffstats
path: root/t/Nagios-Plugin-Getopt-01.t
diff options
context:
space:
mode:
Diffstat (limited to 't/Nagios-Plugin-Getopt-01.t')
-rw-r--r--t/Nagios-Plugin-Getopt-01.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/Nagios-Plugin-Getopt-01.t b/t/Nagios-Plugin-Getopt-01.t
index bad1367..7076d75 100644
--- a/t/Nagios-Plugin-Getopt-01.t
+++ b/t/Nagios-Plugin-Getopt-01.t
@@ -5,6 +5,9 @@ use strict;
5use Test::More tests => 76; 5use Test::More tests => 76;
6BEGIN { use_ok('Nagios::Plugin::Getopt') }; 6BEGIN { use_ok('Nagios::Plugin::Getopt') };
7 7
8# Needed to get evals to work in testing
9Nagios::Plugin::Functions::_use_die(1);
10
8my %PARAM = ( 11my %PARAM = (
9 version => '0.01', 12 version => '0.01',
10 url => 'http://www.openfusion.com.au/labs/nagios/', 13 url => 'http://www.openfusion.com.au/labs/nagios/',