summaryrefslogtreecommitdiffstats
path: root/t/Nagios-Plugin-Getopt-02.t
diff options
context:
space:
mode:
Diffstat (limited to 't/Nagios-Plugin-Getopt-02.t')
-rw-r--r--t/Nagios-Plugin-Getopt-02.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/Nagios-Plugin-Getopt-02.t b/t/Nagios-Plugin-Getopt-02.t
index 26e0293..f83b180 100644
--- a/t/Nagios-Plugin-Getopt-02.t
+++ b/t/Nagios-Plugin-Getopt-02.t
@@ -5,6 +5,9 @@ use strict;
5use Test::More tests => 14; 5use Test::More tests => 14;
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/',