You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On system with a working script(1) command it could be preferable to use
this command instead of IO::CaptureOutput. It seems that script is
perfectly emulating a terminal while capturing all of the output. I made
a test with the Curses::Widgets testsuite and it does not garble the screen.
Regards,
Slaven
The text was updated successfully, but these errors were encountered:
On system with a working script(1) command it could be preferable to use
this command instead of IO::CaptureOutput. It seems that script is
perfectly emulating a terminal while capturing all of the output. I made
a test with the Curses::Widgets testsuite and it does not garble the screen.
Regards,
Slaven
Consistent with @xdg's deprecation of IO::CaptureOutput in favor of Capture::Tiny, IO::CaptureOutput was removed by @garu as a prerequisite for CPAN::Reporter in this recent commit (and CPAN release 1.2019):
$ gitshowf 678c241afcac00d712dda76e21dc955c437b185d
commit 678c241afcac00d712dda76e21dc955c437b185d
Merge: e4ed990 ef86b51
Author: Breno G. de Oliveira <[email protected]>
AuthorDate: Mon May 1 02:49:30 2023 +0200
Commit: GitHub <[email protected]>
CommitDate: Mon May 1 02:49:30 2023 +0200
Merge pull request #97 from jjatria/capture-tiny
Use Capture::Tiny instead of IO::CaptureOutput
https://rt.cpan.org/Ticket/Display.html?id=34526
The text was updated successfully, but these errors were encountered: