Skip Menu |

This queue is for tickets about the IO-Pager CPAN distribution.

Report information
The Basics
Id: 127551
Status: resolved
Priority: 0/
Queue: IO-Pager

People
Owner: Nobody in particular
Requestors: david.wheeler [...] iovation.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.40
Fixed in: 0.42



Subject: Ambiguous call to open()
Date: Fri, 2 Nov 2018 11:15:07 -0400
To: bug-io-pager [...] rt.cpan.org
From: "David E. Wheeler" <david.wheeler [...] iovation.com>
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
This is still an issue, and I periodically see reports in the Sqitch issue queue, including today: https://github.com/sqitchers/sqitch/issues/487 Would love to see a release soon with this fixed. Thanks, David
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...
Subject: Re: [rt.cpan.org #127551] Ambiguous call to open()
Date: Fri, 6 Sep 2019 08:12:04 -0400
To: bug-IO-Pager [...] rt.cpan.org
From: "David E. Wheeler" <david [...] kineticode.com>
On Sep 5, 2019, at 20:27, Jerrad Pierce via RT <bug-IO-Pager@rt.cpan.org> wrote: Show quoted text
> Fixed in 0.42 which is on its way to mirrors.
Great, thank you! D