diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2007-02-08 05:16:15 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2007-02-08 05:16:15 +0000 |
commit | d56d5a0d2d4b29ac2a296bc39a7b80862a7f7e8f (patch) | |
tree | e57286162e8f13f98e268ef44867e8f90af2ff3c /MANIFEST | |
parent | 9692fb72f6f428dbed4e107dd83fa906854babff (diff) | |
download | monitoring-plugin-perl-d56d5a0d2d4b29ac2a296bc39a7b80862a7f7e8f.tar.gz |
Add initial --default-opts implementation to Nagios::Plugin::Getopt.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1616 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -12,9 +12,33 @@ t/Nagios-Plugin-Functions-01.t | |||
12 | t/Nagios-Plugin-Functions-02.t | 12 | t/Nagios-Plugin-Functions-02.t |
13 | t/Nagios-Plugin-Getopt-01.t | 13 | t/Nagios-Plugin-Getopt-01.t |
14 | t/Nagios-Plugin-Getopt-02.t | 14 | t/Nagios-Plugin-Getopt-02.t |
15 | t/Nagios-Plugin-Getopt-03.t | ||
15 | t/Nagios-Plugin-Performance.t | 16 | t/Nagios-Plugin-Performance.t |
16 | t/Nagios-Plugin-Range.t | 17 | t/Nagios-Plugin-Range.t |
17 | t/Nagios-Plugin-Threshold.t | 18 | t/Nagios-Plugin-Threshold.t |
19 | t/npg03/ | ||
20 | t/npg03/README | ||
21 | t/npg03/expected/ | ||
22 | t/npg03/expected/00_basic | ||
23 | t/npg03/expected/01_override1 | ||
24 | t/npg03/expected/02_override2 | ||
25 | t/npg03/expected/05_singlechar1 | ||
26 | t/npg03/expected/06_singlechar2 | ||
27 | t/npg03/expected/07_singlechar3 | ||
28 | t/npg03/expected/09_funnystuff | ||
29 | t/npg03/expected/12_nosection_implicit | ||
30 | t/npg03/input/ | ||
31 | t/npg03/input/00_basic | ||
32 | t/npg03/input/01_override1 | ||
33 | t/npg03/input/02_override2 | ||
34 | t/npg03/input/05_singlechar1 | ||
35 | t/npg03/input/06_singlechar2 | ||
36 | t/npg03/input/07_singlechar3 | ||
37 | t/npg03/input/09_funnystuff | ||
38 | t/npg03/input/12_nosection_implicit | ||
39 | t/npg03/input/13_nosection_explicit_dies | ||
40 | t/npg03/input/14_badsection_dies | ||
41 | t/npg03/plugins.cfg | ||
18 | lib/Nagios/Plugin.pm | 42 | lib/Nagios/Plugin.pm |
19 | lib/Nagios/Plugin/Performance.pm | 43 | lib/Nagios/Plugin/Performance.pm |
20 | lib/Nagios/Plugin/Range.pm | 44 | lib/Nagios/Plugin/Range.pm |