Net/TL1 version 0.03
====================
Transaction Language 1 is a configuration interface to
network devices used in public networks. Through its very
structured but human-readable interface it is very suitable
to provide the glue for netwerk device <-> OSS integration.
The Net::TL1 module provides an interface to the sometimes
arcane TL1 commands and parses the output of these commands
for easy processing in scripts.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Net::Telnet
FreezeThaw is required for the 'make test' functionality
AUTHOR
Steven Hessing, <stevenh@xsmail.com>
COPYRIGHT AND LICENCE
Copyright (c) 2005, Steven Hessing. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.