/usr/share/perl5/perl5i/VERSION.pm is in libperl5i-perl 2.13.1-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 6 7 8 9 10 11 12 | package perl5i::VERSION;
# Just a package to hold the version number and latest major version.
use strict;
use warnings;
use version 0.77; our $VERSION = qv("v2.13.1");
sub latest { "perl5i::2" }; # LATEST HERE (for automated update)
1;
|