
Ask::Callback - interact with yourself via callbacks

my $ask = Ask::Callback->new(
input_callback => sub { ... },
output_callback => sub { ... },
);

Primarily for the test suite.
The input_callback is expected to return text which we pretend "the user typed in".
The output_callback is passed text which we pretend to "show the user".

Please report any bugs to http://rt.cpan.org/Dist/Display.html?Queue=Ask.

Ask.

Toby Inkster <tobyink@cpan.org>.

This software is copyright (c) 2012-2013 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.