Device-ZyXEL-IES

A module to interact with a ZyXEL IES device, such as IES5000, IES5005, IES5112 aso

It uses SNMP, specifically Net::SNMP::Util in order to communicate with the device.

The module uses Moose.

INSTALLATION

To install this module, run the following commands:

       perl Makefile.PL
       make
       make test
       make install

To create a distribution.

 perl Makefile.PL
       make dist

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

   perldoc Device::ZyXEL::IES

You can also look for information at:

   RT, CPAN's request tracker
       http://rt.cpan.org/NoAuth/Bugs.html?Dist=Device-ZyXEL-IES

   AnnoCPAN, Annotated CPAN documentation
       http://annocpan.org/dist/Device-ZyXEL-IES

   CPAN Ratings
       http://cpanratings.perl.org/d/Device-ZyXEL-IES

   Search CPAN
       http://search.cpan.org/dist/Device-ZyXEL-IES/

EXAMPLES

A small example is in the examples dir.

COPYRIGHT AND LICENCE

Copyright (C) 2012 Jesper Dalberg

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.