Revision history for Perl extension UPS::Nut.

0.01 Tue Mar 26 12:10:41 2002

          Modified login logic a bit.  Now it doesn't check to see if we 
          got OK, ERR, or something else from upsd.  It simply checks for 
          a response beginning with OK from upsd. Anything else is an 
          error.  The login logic was just way too long and involved 
          before.

          Modified login to send ups name w/LOGIN command, as sending 
          LOGIN with no upsname makes some versions (prior to 0.50.1a) 
          break.

          Wayne Wylupski <wayne@connact.com> Added functions to directly 
          call all supported instant commands.  Yay Wayne again!
 
          Request() now returns undef on all failure conditions.
 
          Master() now returns undef on all failure conditions. 
 
          I'm no longer using "default" as the upsname if no upsname was 
          specified.  "default" is a convention used in the upsd code, and 
          could change any time.  Now, if no upsname is specified, Nut.pm 
          doesn't send one either, which is acceptable behavior.  upsd 
          will then select a UPS - see the docs for upsd.

      Fri Aug 23 7:55:00 2002

          All references to debug() have been replaced with 
          $self->debug().  This improves compatibility with Perl 5.005 
          and 'use strict'

0.04 Sat Nov 30 10:17:27 2002

From Wayne:

          AUTOLOAD for InstCmds;
          Removed EXPANDed stuff
          Added attributions for the specific routines
          Adjusted the POD for the above changes

          From me:
  
          Changed $version to read 0.04.  Oh boy.  grin