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.