On Fri Nov 02 11:15:28 2018, david.wheeler@iovation.com wrote:
Show quoted text> I got an error:
>
> Ambiguous call resolved as CORE::open(), qualify as such or use & at
> lib/perl5/site_perl/5.28.0/IO/Pager.pm line 180.
>
> Looks like you need to change open() to CORE::open() in the BINMODE
> method, as you have in other methods.
>
> Best,
>
> David
Fixed in 0.42 which is on its way to mirrors. I actually fixed this a year ago, but while I was tinkering I started adding support for a pure perl pager (Term::Pager, with some patches), but got stuck on a bit of the integration then got sidetracked...