home *** CD-ROM | disk | FTP | other *** search
- package Tk::Event;
- use vars qw($VERSION $XS_VERSION @EXPORT_OK);
- END { CleanupGlue() }
- $VERSION = '3.026'; # $Id: //depot/Tk8/Event/Event.pm#26 $
- $XS_VERSION = '800.024';
- require DynaLoader;
- use base qw(Exporter DynaLoader);
- @EXPORT_OK = qw($XS_VERSION DONT_WAIT WINDOW_EVENTS FILE_EVENTS
- TIMER_EVENTS IDLE_EVENTS ALL_EVENTS);
- bootstrap Tk::Event;
- require Tk::Event::IO;
- 1;
- __END__
-