diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2006-09-11 01:57:26 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2006-09-11 01:57:26 +0000 |
commit | 1f8410dd1914449ce52ffa8fd47a308c5b372e52 (patch) | |
tree | dc14d10c159541daa211ef59f8d69e859e05fd13 /MANIFEST | |
parent | bc239b3bd5023ed2da77ab03c581e56a4772f1d4 (diff) | |
download | monitoring-plugin-perl-1f8410dd1914449ce52ffa8fd47a308c5b372e52.tar.gz |
Add constants, nagios_exit, and nagios_die to Nagios::Plugin::Base.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1477 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,9 @@ README | |||
5 | t/check_stuff.pl | 5 | t/check_stuff.pl |
6 | t/check_stuff.t | 6 | t/check_stuff.t |
7 | t/Nagios-Plugin.t | 7 | t/Nagios-Plugin.t |
8 | t/Nagios-Plugin-Base.t | ||
9 | t/Nagios-Plugin-Getopt-01.t | ||
10 | t/Nagios-Plugin-Getopt-02.t | ||
8 | t/Nagios-Plugin-Performance.t | 11 | t/Nagios-Plugin-Performance.t |
9 | t/Nagios-Plugin-Range.t | 12 | t/Nagios-Plugin-Range.t |
10 | t/Nagios-Plugin-Threshold.t | 13 | t/Nagios-Plugin-Threshold.t |
@@ -14,4 +17,5 @@ lib/Nagios/Plugin/Range.pm | |||
14 | lib/Nagios/Plugin/Threshold.pm | 17 | lib/Nagios/Plugin/Threshold.pm |
15 | lib/Nagios/Plugin/Base.pm | 18 | lib/Nagios/Plugin/Base.pm |
16 | lib/Nagios/Plugin/Getopt.pm | 19 | lib/Nagios/Plugin/Getopt.pm |
20 | lib/Nagios/Plugin/ExitResult.pm | ||
17 | META.yml Module meta-data (added by MakeMaker) | 21 | META.yml Module meta-data (added by MakeMaker) |