logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Nagios-Plugin Changes, 1.11, 1.12 Makefile.PL, 1.11, 1.12: msg#00030

Subject: Nagios-Plugin Changes, 1.11, 1.12 Makefile.PL, 1.11, 1.12
Update of /cvsroot/nagiosplug/Nagios-Plugin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30390

Modified Files:
        Changes Makefile.PL 
Log Message:
Cleanups, mostly to N::P::Range/Threshold/Performance.

Index: Changes
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Changes,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Changes     8 Feb 2007 15:58:14 -0000       1.11
+++ Changes     16 Mar 2007 11:25:15 -0000      1.12
@@ -1,8 +1,12 @@
 Revision history for Perl module Nagios::Plugin.
 
-???   ??
-  - fixed warnings when no uom specified for add_perfdata
-  - added max_state function in N::P::Functions
+0.16   ??
+  - perldoc updates to Performance, Threshold, and Range (Gavin)
+  - remove default use of Threshold from N::P::Performance (Gavin)
+  - remove remaining Class::Struct usages from Threshold + Range (Gavin)
+  - remove remaining Class::Struct usages from Performance (Gavin)
+  - fixed warnings when no uom specified for add_perfdata (Ton)
+  - added max_state function in N::P::Functions (Ton)
 
 0.15  19th December 2006
   - exposed Getopt and Threshold functionality from top level Nagios::Plugin

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.PL 8 Feb 2007 05:16:15 -0000       1.11
+++ Makefile.PL 16 Mar 2007 11:25:15 -0000      1.12
@@ -10,11 +10,11 @@
         Class::Accessor     => 0,
         Test::More             => 0.62,
         Carp                => 0,
-        Test::Exception     => 0,
         Config::Tiny        => 0,
         File::Spec          => 0,
         File::Basename      => 0,
         IO::File            => 0,
+        Math::Calc::Units   => 0,           # used in N::P::Performance
     }, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM  => 'lib/Nagios/Plugin.pm', # retrieve abstract from 
module


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


<Prev in Thread] Current Thread [Next in Thread>