/usr/lib/perl5/Tk/Xrm.pm is in perl-tk 1:804.031-1build1.
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 | package Tk::Xrm;
use vars qw($VERSION);
$VERSION = '4.005'; # $Id: //depot/Tkutf8/Tk/Xrm.pm#4 $
use Tk ();
1;
__END__
|