Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.43
Fixed in: 0.44



Subject: Tests report: something's wrong at [...]/IO-Pager-0.43/blib/lib/IO/Pager.pm line 80
Test harness for 0.43 version reports: t/01-load.t ........................ Warning: something's wrong at /home/test/fedora/perl-IO-Pager/IO-Pager-0.43/blib/lib/IO/Pager.pm line 80. /usr/bin/less at /home/test/fedora/perl-IO-Pager/IO-Pager-0.43/blib/lib/IO/Pager.pm line 83. This is caused by a "warn" calls in lib/IO/Pager.pm BEGIN phase: BEGIN { # Set the $ENV{PAGER} to something reasonable warn $PAGER; $PAGER = find_pager(); warn $PAGER; #We have a hack to get modern Term::Pager for now Removing the debugging calls helps.
On Mon Sep 30 06:28:37 2019, ppisar wrote: Show quoted text
> Test harness for 0.43 version reports: > > t/01-load.t ........................ Warning: something's wrong at > /home/test/fedora/perl-IO-Pager/IO-Pager-0.43/blib/lib/IO/Pager.pm > line 80.
... Show quoted text
> Removing the debugging calls helps.
Sorry about that