/usr/share/perl/5.26.1/perlfaq.pm is in perl-modules-5.26 5.26.1-6ubuntu0.3.
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 | use strict;
use warnings;
package perlfaq;
$perlfaq::VERSION = '5.021011';
1;
|