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, 20 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/widgets.pod b/Master/tlpkg/tlperl/lib/Tk/widgets.pod
new file mode 100644
index 00000000000..114f52505d7
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/Tk/widgets.pod
@@ -0,0 +1,20 @@
+
+=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
+