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
Capture::Tiny is now required and scripts/test/Console/Command/Help.t serves as an example of how to use the module. Thus Capture::Tiny can be used in future development.
Discussed in #1042
Originally posted by bschmalhofer May 29, 2021
The issue https://github.com/RotherOSS/CodePolicy/issues/58 proposes that the CodePoliy should not complain about reopening STDOUT and STDERR. But maybe there is a better way.
This is current code:
This code is fine, but kind of cryptic. An alternative is to use
Capture::Tiny
.But permanently changing STDOUT is not nice. Is using Capture::Tiny really a good idea?
The text was updated successfully, but these errors were encountered: