diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-21 00:52:56 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2007-03-21 00:52:56 +0000 |
commit | dc31f1cd3841d486e920e59ce42e888ca94e4289 (patch) | |
tree | 14bcc87e8349b99b01a649f27429690321fc21f9 /Changes | |
parent | c6cbf050974c8f6642fa1d7bde309710b66cbfa0 (diff) | |
download | monitoring-plugin-perl-dc31f1cd3841d486e920e59ce42e888ca94e4289.tar.gz |
Finished initial --extra-opts support; added Getopt spec-to-help and multiline help support.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1643 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ | |||
1 | Revision history for Perl module Nagios::Plugin. | 1 | Revision history for Perl module Nagios::Plugin. |
2 | 2 | ||
3 | 0.16 ?? | 3 | 0.16 ?? |
4 | - perldoc updates to Performance, Threshold, and Range (Gavin) | 4 | - added automatic spec-to-help-text support to N::P::Getopt (Gavin) |
5 | - remove default use of Threshold from N::P::Performance (Gavin) | 5 | - added initial --extra-opts support to N::P::Getopt (Gavin) |
6 | - remove remaining Class::Struct usages from Threshold + Range (Gavin) | 6 | - removed default use of Threshold from N::P::Performance (Gavin) |
7 | - remove remaining Class::Struct usages from Performance (Gavin) | 7 | - removed remaining Class::Struct usages from Performance, Threshold, and Range (Gavin) |
8 | - fixed warnings when no uom specified for add_perfdata (Ton) | 8 | - fixed warnings when no uom specified for add_perfdata (Ton) |
9 | - added max_state function in N::P::Functions (Ton) | 9 | - added max_state function in N::P::Functions (Ton) |
10 | 10 | ||