Skip to content

Commit

Permalink
pointer from Tester to Tester::CaptureExternal
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Oct 31, 2015
1 parent 689f793 commit a483abc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/App/Cmd/Tester.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ the following data:
run_rv - the return value of the run method (generally irrelevant)
exit_code - the numeric exit code that would've been issued (0 is 'okay')
The output is captured using L<IO::TieCombine>, which I<can> ensure that the
ordering is preserved in the combined output, but I<can't> capture the output
of external programs. You can reverse these tradeoffs by using
L<App::Cmd::Tester::CaptureExternal> instead.
=cut

use Sub::Exporter::Util qw(curry_method);
Expand Down

0 comments on commit a483abc

Please sign in to comment.