The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use blib;
use IO::Pager;

our $txt; require 't/08-redirect.pl';

my $FH = new IO::Pager;
$FH->print($txt);