home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _8446b6b5abc8776535949a5dda99f653 < prev    next >
Encoding:
Text File  |  2004-06-01  |  397 b   |  16 lines

  1. # Copyright (c) 1995-2003 Nick Ing-Simmons. All rights reserved.
  2. # This program is free software; you can redistribute it and/or
  3. # modify it under the same terms as Perl itself.
  4. package Tk::Menubar;
  5. use strict;
  6.  
  7. use vars qw($VERSION);
  8. $VERSION = '4.006'; # $Id: //depot/Tkutf8/Tk/Menubar.pm#6 $
  9.  
  10. use Tk::Frame;
  11. use Tk::Menu;
  12. # use Carp;
  13. # carp "Tk::Menubar is obsolete" if $^W;
  14.  
  15. 1;
  16.