blob: 510e8bb6b5c6ccd89490b5f46db0fa6110daf970 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|