in reply to Re: Capture::Tiny alternative
in thread Capture::Tiny alternative

I've used Capture::Tiny, but was not aware of Capture::Tiny::Extended. After checking it out, I'm not sure that I would use it or recommend using it at this point.

Here's what I found out when looking over both Capture::Tiny and Capture::Tiny::Extended:

At this point, I would say that Capture::Tiny probably now has all of the functionality of Capture::Tiny::Extended (including the tee functionalities that the OP is interested in) and probably is implementing those functionalities better than Capture::Tiny::Extended. Of course, that's just my impression after a little bit of investigation (without doing any testing).

Just thought that I'd share what I found in case it proves useful to others.