diff options
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -1,15 +1,18 @@ | |||
1 | Changes | 1 | Changes |
2 | Makefile.PL | ||
3 | MANIFEST | ||
4 | META.yml | ||
5 | README | ||
6 | lib/Nagios/Plugin.pm | 2 | lib/Nagios/Plugin.pm |
3 | lib/Nagios/Plugin/Config.pm | ||
4 | lib/Nagios/Plugin/ExitResult.pm | ||
5 | lib/Nagios/Plugin/Functions.pm | ||
6 | lib/Nagios/Plugin/Getopt.pm | ||
7 | lib/Nagios/Plugin/Performance.pm | 7 | lib/Nagios/Plugin/Performance.pm |
8 | lib/Nagios/Plugin/Range.pm | 8 | lib/Nagios/Plugin/Range.pm |
9 | lib/Nagios/Plugin/Threshold.pm | 9 | lib/Nagios/Plugin/Threshold.pm |
10 | lib/Nagios/Plugin/Functions.pm | 10 | Makefile.PL |
11 | lib/Nagios/Plugin/Getopt.pm | 11 | MANIFEST This list of files |
12 | lib/Nagios/Plugin/ExitResult.pm | 12 | META.yml |
13 | README | ||
14 | t/check_stuff.pl | ||
15 | t/check_stuff.t | ||
13 | t/Nagios-Plugin-01.t | 16 | t/Nagios-Plugin-01.t |
14 | t/Nagios-Plugin-02.t | 17 | t/Nagios-Plugin-02.t |
15 | t/Nagios-Plugin-03.t | 18 | t/Nagios-Plugin-03.t |
@@ -21,12 +24,10 @@ t/Nagios-Plugin-Getopt-01.t | |||
21 | t/Nagios-Plugin-Getopt-02.t | 24 | t/Nagios-Plugin-Getopt-02.t |
22 | t/Nagios-Plugin-Getopt-03.t | 25 | t/Nagios-Plugin-Getopt-03.t |
23 | t/Nagios-Plugin-Getopt-04.t | 26 | t/Nagios-Plugin-Getopt-04.t |
27 | t/Nagios-Plugin-Performance-02.t | ||
24 | t/Nagios-Plugin-Performance.t | 28 | t/Nagios-Plugin-Performance.t |
25 | t/Nagios-Plugin-Range.t | 29 | t/Nagios-Plugin-Range.t |
26 | t/Nagios-Plugin-Threshold.t | 30 | t/Nagios-Plugin-Threshold.t |
27 | t/check_stuff.pl | ||
28 | t/check_stuff.t | ||
29 | t/npg03/README | ||
30 | t/npg03/expected/00_basic | 31 | t/npg03/expected/00_basic |
31 | t/npg03/expected/00_noextra | 32 | t/npg03/expected/00_noextra |
32 | t/npg03/expected/01_override1 | 33 | t/npg03/expected/01_override1 |
@@ -54,3 +55,4 @@ t/npg03/input/12_nosection_implicit | |||
54 | t/npg03/input/13_nosection_explicit_dies | 55 | t/npg03/input/13_nosection_explicit_dies |
55 | t/npg03/input/14_badsection_dies | 56 | t/npg03/input/14_badsection_dies |
56 | t/npg03/plugins.ini | 57 | t/npg03/plugins.ini |
58 | t/npg03/README | ||