/usr/share/perl/5.22.1/perlfaq.pm is in perl-modules-5.22 5.22.1-9.
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.021009';
1;
|