Provided by: libnet-cli-interact-perl_2.200002-1_all 

NAME
Net::CLI::Interact::Transport::Loopback - Testable CLI connection
VERSION
version 2.143070
DECRIPTION
This module provides a wrapped instance of Perl which simply echoes back any input provided. This is used
for the Net::CLI::Interact test suite.
INTERFACE
app
Defaults to the value of $^X (that is, Perl itself).
runtime_options
Returns Perl options which turn it into a CLI emulator:
-ne 'BEGIN { $| = 1 }; print $_, time, "\nPROMPT>\n";'
For example:
some command
some command
1301578196
PROMPT>
In this case the output command was "some command" which was echoed, followed by the dummy command output
(epoch seconds), followed by a "prompt".
COMPOSITION
See the following for further interface details:
• Net::CLI::Interact::Transport::Base
AUTHOR
Oliver Gorwits <oliver@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Oliver Gorwits.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.20.2 2015-01-06 Net::CLI::Inte...sport::Loopback(3pm)