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

  1. package Tk::DragDrop::Win32Drop;
  2. # Dummy placeholder for symetry
  3.  
  4. use vars qw($VERSION);
  5. $VERSION = '4.004'; # $Id: //depot/Tkutf8/DragDrop/Win32Site/Win32Drop.pm#4 $
  6.  
  7. use Tk ();
  8. 1;
  9.