~ubuntu-branches/ubuntu/natty/perl-tk/natty

« back to all changes in this revision

Viewing changes to Event/Event.pm

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2004-03-14 13:54:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314135444-prc09u2or4dbr3to
Tags: 1:800.025-2
Add xlibs-dev to Build-Depends:,
Closes: #237942

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Tk::Event;
2
2
use vars qw($VERSION $XS_VERSION @EXPORT_OK);
3
3
END { CleanupGlue() }
4
 
$VERSION = '3.026'; # $Id: //depot/Tk8/Event/Event.pm#26 $
5
 
$XS_VERSION = '800.024';
 
4
$VERSION = '3.028'; # $Id: //depot/Tk8/Event/Event.pm#28 $
 
5
$XS_VERSION = '800.025';
6
6
require DynaLoader;
7
7
use base  qw(Exporter DynaLoader);
8
8
@EXPORT_OK = qw($XS_VERSION DONT_WAIT WINDOW_EVENTS  FILE_EVENTS