Skip to content
Snippets Groups Projects

Bug 40068: Use Capture::Tiny instead of IO::CaptureOutput

Merged boklm requested to merge boklm/rbm:bug_40068 into main

The IO::CaptureOutput perl module is deprecated, so we switch to Capture::Tiny.

The Capture::Tiny module does not provide a capture_exec function similar to the one from IO::CaptureOutput, so we implement one using the same name, which avoids changing all the places where we were using it.

I've tested basic functionalities with those changes, and it seems to be still working.

#40068 (closed)

Merge request reports

Approved by

Merged by morganmorgan 1 year ago (Jan 25, 2024 11:02am UTC)

Merge details

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading