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

  1. package Tk::Config;
  2. require Exporter;
  3. use base qw(Exporter);
  4. $VERSION = '804.027';
  5. $inc = '-I$(TKDIR)/pTk/mTk/xlib';
  6. $define = '';
  7. $xlib = '';
  8. $xinc = '';
  9. $gccopt = '';
  10. $win_arch = 'MSWin32';
  11. @EXPORT = qw($VERSION $inc $define $xlib $xinc $gccopt $win_arch);
  12. 1;
  13.