/usr/share/perl5/Test2/Util/Term.pm is in libtest2-suite-perl 0.000102-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 6 7 8 9 10 11 12 | package Test2::Util::Term;
use strict;
use warnings;
use Term::Table::Util qw/term_size USE_GCS USE_TERM_READKEY uni_length/;
our $VERSION = '0.000102';
use Importer Importer => 'import';
our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY uni_length/;
1;
|