NAME

Net::CLI::Interact::Transport::Test::Options - Testable CLI connection

VERSION

version 1.110890

DECRIPTION

This module provides an IPC::Run 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.

runtime_options

Returns Perl options which turn it into a cat emulator:

-pe 'BEGIN { $| = 1 }'

COMPOSITION

See the following for further interface details:

AUTHOR

Oliver Gorwits <oliver@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 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.