diff options
Diffstat (limited to 'Master/tlpkg/tlperl.straw/lib/auto/Tk/Widget/MasterMenu.al')
-rwxr-xr-x | Master/tlpkg/tlperl.straw/lib/auto/Tk/Widget/MasterMenu.al | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl.straw/lib/auto/Tk/Widget/MasterMenu.al b/Master/tlpkg/tlperl.straw/lib/auto/Tk/Widget/MasterMenu.al new file mode 100755 index 00000000000..510e8bb6b5c --- /dev/null +++ b/Master/tlpkg/tlperl.straw/lib/auto/Tk/Widget/MasterMenu.al @@ -0,0 +1,14 @@ +# NOTE: Derived from blib\lib\Tk\Widget.pm. +# Changes made here will be lost when autosplit is run again. +# See AutoSplit.pm. +package Tk::Widget; + +#line 1765 "blib\lib\Tk\Widget.pm (autosplit into blib\lib\auto\Tk\Widget\MasterMenu.al)" +# See http://rt.cpan.org/Ticket/Display.html?id=30929 and +# http://rt.cpan.org/Ticket/Display.html?id=31016 +sub MasterMenu + { + } + +1; +# end of Tk::Widget::MasterMenu |