/usr/share/perl5/IO/t.pl is in libio-pager-perl 0.31-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | for (sort glob "t/*interactive.t") {
print "Running $_...\n";
system($^X, '-Mblib', $_);
}
print "Done\n";
|