diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2006-09-26 01:10:23 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2006-09-26 01:10:23 +0000 |
commit | e548a22a92b3aa345f4a952fddb39cc693c35a70 (patch) | |
tree | 606e3872d3070a90b5fa9881303eddb59efc8bbd /MANIFEST | |
parent | d8f912e8f5abb1476366cfea6e0fb368a9669ec4 (diff) | |
download | monitoring-plugin-perl-e548a22a92b3aa345f4a952fddb39cc693c35a70.tar.gz |
Rename NP::Base to NP::Functions; add check_messages() to NP::Functions.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1482 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,8 @@ 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 | 8 | t/Nagios-Plugin-Functions-01.t |
9 | t/Nagios-Plugin-Functions-02.t | ||
9 | t/Nagios-Plugin-Getopt-01.t | 10 | t/Nagios-Plugin-Getopt-01.t |
10 | t/Nagios-Plugin-Getopt-02.t | 11 | t/Nagios-Plugin-Getopt-02.t |
11 | t/Nagios-Plugin-Performance.t | 12 | t/Nagios-Plugin-Performance.t |
@@ -15,7 +16,7 @@ lib/Nagios/Plugin.pm | |||
15 | lib/Nagios/Plugin/Performance.pm | 16 | lib/Nagios/Plugin/Performance.pm |
16 | lib/Nagios/Plugin/Range.pm | 17 | lib/Nagios/Plugin/Range.pm |
17 | lib/Nagios/Plugin/Threshold.pm | 18 | lib/Nagios/Plugin/Threshold.pm |
18 | lib/Nagios/Plugin/Base.pm | 19 | lib/Nagios/Plugin/Functions.pm |
19 | lib/Nagios/Plugin/Getopt.pm | 20 | lib/Nagios/Plugin/Getopt.pm |
20 | lib/Nagios/Plugin/ExitResult.pm | 21 | lib/Nagios/Plugin/ExitResult.pm |
21 | META.yml Module meta-data (added by MakeMaker) | 22 | META.yml Module meta-data (added by MakeMaker) |