Business-BR-Ids

 view release on metacpan or  search on metacpan

t/lib/IO/Capture.pm  view on Meta::CPAN

  use IO::Capture qw(open_s close_s);
  local *STDOUT; # localize STDOUT
  open_s *STDOUT;

  # print to STDOUT: output is saved

  my $out = close_s *STDOUT; # and returned here

=head1 DESCRIPTION

This is a very fragile code. This is for testing
warnings to STDERR in "t/001_dot.t".



( run in 1.757 second using v1.01-cache-2.11-cpan-b16cb0d3907 )