summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Tk/widgets.pod
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/widgets.pod')
-rw-r--r--Master/tlpkg/tlperl/lib/Tk/widgets.pod20
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/widgets.pod b/Master/tlpkg/tlperl/lib/Tk/widgets.pod
deleted file mode 100644
index 114f52505d7..00000000000
--- a/Master/tlpkg/tlperl/lib/Tk/widgets.pod
+++ /dev/null
@@ -1,20 +0,0 @@
-
-=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
-