summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-08-31 14:34:18 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-08-31 14:34:18 (GMT)
commitc6ee438b0525b73d36bbcf5e5a9e0d445f69129b (patch)
treeefc1ed1556e6a4be7f6f3cd83f0ce24217dcfbbe /Changes
parent95dba9c4213c2e7e8f4b572efd873c1979406221 (diff)
downloadmonitoring-plugin-perl-c6ee438b0525b73d36bbcf5e5a9e0d445f69129b.tar.gz
Convenience function to set use_die on use of N::P::Performance
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1773 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 2b67941..c1f17ab 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,10 @@
1Revision history for Perl module Nagios::Plugin. 1Revision history for Perl module Nagios::Plugin.
2 2
30.18 ?? 30.18 31st August 2007
4 - Fix error when parsing performance data where warn or crit are 0 4 - Fix error when parsing performance data where warn or crit are 0
5 - Optional _use_die flag to force nagios_die to call die instead of exit, so 5 - Optional _use_die flag to force nagios_die to call die instead of exit, so
6 exceptions can be caught with an eval 6 exceptions can be caught with an eval
7 - Convenience function to set use_die so you can run 'use Nagios::Plugin::Performance use_die => 1'
7 8
80.17 23rd March 2007 90.17 23rd March 2007
9 - bump version number again due to cpan indexing stupidity (Gavin) 10 - bump version number again due to cpan indexing stupidity (Gavin)