Polycom::Config::File version 0.01
================================

This module can be used to parse, modify, or create config files like those used by Polycom's SoundPoint IP, SoundStation IP, and VVX 1500 VoIP phones.

For more information about managing configuration files on Polycom SoundPoint IP or SoundStation IP phones, see the "Configuration File Management on Polycom SoundPoint IP Phones" document at http://www.polycom.com/global/documents/whitepapers/configuration_file_management_on_soundpoint_ip_phones.pdf .

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Encode
File::Copy
File::Spec
IO::File
Test::More
XML::Twig

COPYRIGHT AND LICENCE

Copyright (C) 2010 by Polycom Canada 

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.


