/usr/lib/perl5/Tk/Bitmap.pm is in perl-tk 1:804.029-1.1ubuntu2.
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 | package Tk::Bitmap;
require Tk;
require Tk::Image;
use vars qw($VERSION);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/Tk/Bitmap.pm#4 $
use base qw(Tk::Image);
Construct Tk::Image 'Bitmap';
sub Tk_image { 'bitmap' }
1;
__END__
|