summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-09-04 13:17:01 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-09-04 13:17:01 (GMT)
commit3ec5d3b8b2426a9acce2faa23a58e615af62930f (patch)
tree544b1c26587ced6c82b992fc151c66981dc35e81 /MANIFEST
parent819c55cfdd0c26069229ec27a02576d4169defdb (diff)
downloadmonitoring-plugin-perl-3ec5d3b8b2426a9acce2faa23a58e615af62930f.tar.gz
Fixed CPAN test failures due to bad MANIFEST. Fixed version numbering
Fixed a performance parsing problem where uom=% wasn't being recognised git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1775 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST22
1 files changed, 12 insertions, 10 deletions
diff --git a/MANIFEST b/MANIFEST
index ce5186e..39be2c5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,15 +1,18 @@
1Changes 1Changes
2Makefile.PL
3MANIFEST
4META.yml
5README
6lib/Nagios/Plugin.pm 2lib/Nagios/Plugin.pm
3lib/Nagios/Plugin/Config.pm
4lib/Nagios/Plugin/ExitResult.pm
5lib/Nagios/Plugin/Functions.pm
6lib/Nagios/Plugin/Getopt.pm
7lib/Nagios/Plugin/Performance.pm 7lib/Nagios/Plugin/Performance.pm
8lib/Nagios/Plugin/Range.pm 8lib/Nagios/Plugin/Range.pm
9lib/Nagios/Plugin/Threshold.pm 9lib/Nagios/Plugin/Threshold.pm
10lib/Nagios/Plugin/Functions.pm 10Makefile.PL
11lib/Nagios/Plugin/Getopt.pm 11MANIFEST This list of files
12lib/Nagios/Plugin/ExitResult.pm 12META.yml
13README
14t/check_stuff.pl
15t/check_stuff.t
13t/Nagios-Plugin-01.t 16t/Nagios-Plugin-01.t
14t/Nagios-Plugin-02.t 17t/Nagios-Plugin-02.t
15t/Nagios-Plugin-03.t 18t/Nagios-Plugin-03.t
@@ -21,12 +24,10 @@ t/Nagios-Plugin-Getopt-01.t
21t/Nagios-Plugin-Getopt-02.t 24t/Nagios-Plugin-Getopt-02.t
22t/Nagios-Plugin-Getopt-03.t 25t/Nagios-Plugin-Getopt-03.t
23t/Nagios-Plugin-Getopt-04.t 26t/Nagios-Plugin-Getopt-04.t
27t/Nagios-Plugin-Performance-02.t
24t/Nagios-Plugin-Performance.t 28t/Nagios-Plugin-Performance.t
25t/Nagios-Plugin-Range.t 29t/Nagios-Plugin-Range.t
26t/Nagios-Plugin-Threshold.t 30t/Nagios-Plugin-Threshold.t
27t/check_stuff.pl
28t/check_stuff.t
29t/npg03/README
30t/npg03/expected/00_basic 31t/npg03/expected/00_basic
31t/npg03/expected/00_noextra 32t/npg03/expected/00_noextra
32t/npg03/expected/01_override1 33t/npg03/expected/01_override1
@@ -54,3 +55,4 @@ t/npg03/input/12_nosection_implicit
54t/npg03/input/13_nosection_explicit_dies 55t/npg03/input/13_nosection_explicit_dies
55t/npg03/input/14_badsection_dies 56t/npg03/input/14_badsection_dies
56t/npg03/plugins.ini 57t/npg03/plugins.ini
58t/npg03/README