The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Cisco::Management.

0.01  Thu Jan 21 14:10:40 2010
      - original version; created by h2xs 1.23 with options
	      -b 5.6.1 -v 0.01 -XAn Cisco::Management

0.02  Thu Feb  4 14:10:40 2010
      - Fixed bugs in bin/cisco-intf.pl script.
      - Changed line_info_sessions and interface_info_ip to 
        'root' level methods so the line_info and interface_info 
        methods do not need to be called before session and IP
        information is available, respectively.
            - Updated cisco-intf.pl and cisco-line.pl bin scripts 
              to reflect this change.
      - POD updates.
            - Removed examples from 'Examples' POD section and 
              instead referenced this distribution's included 
              'bin' scripts.
            - Cleaned up mistakes, typos and standardized.
      - Consolidated bin scripts cisco-cpui.pl, cisco-memi.pl 
        and cisco-sysi.pl into cisco-info.pl.
      - Added interface_metrics method.
      - Added interface_utilization method.

0.03  Thu May  4 14:10:40 2010
      - Fixed bug in line_sessions(); too many for iterations.
      - Fixed bug in interface_info(); if duplex not defined.
      - Added option for /xx instead of dotted-octet format for
        IP Mask in interface_ip().
      - Updated error message details.

0.04  Thu May  7 14:10:40 2010
      - Extra files from Apple 'make dist' causes issues on all
        other OS's.  Damn perl.org world-writeable issue with
        Windows.

0.05  Wed Oct 12 23:30:40 2011
      - Changed/updated @_KEY variables.
      - Added system_inventory() method.
      - Fixed minor glitch in system_info() method.
      - Fixed typos/mistakes in POD.
      - Fixed and added inventory option to bin/cisco-info.pl
        script.
      - User Toby provided -version option to new() method 
        for SNMP version.
      - Added pass through of options for Net::SNMP.
      - Updated code for config_copy to reuse.
      - User Toby added finish check for CatOS.