/usr/lib/perl5/Tk/widgets.pod 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 9 10 11 12 13 14 15 16 17 18 | =head1 NAME
Tk::widgets - preload widget classes
=for pm Tk/widgets.pm
=for category Implementation
=head1 SYNOPSIS
use Tk::widgets qw(Button Label Frame);
=head1 DESCRIPTION
Does a 'require Tk::Foo' for each 'Foo' in the list.
May speed startup by avoiding AUTOLOADs.
=cut
|