diff options
author | Jan Dubois <jand@activestate.com> | 2006-12-10 03:47:58 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-12-11 13:23:55 +0000 |
commit | 85472d4f108922bcd3b6b19dde4e929767274c91 (patch) | |
tree | 20250b6fec415e2ee622c2b475fd6901e92d1101 /ext/Win32 | |
parent | cf8b4e9375cead6bc605a1dbf0cd13dcc370ae0e (diff) | |
download | perl-85472d4f108922bcd3b6b19dde4e929767274c91.tar.gz |
re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com>
p4raw-id: //depot/perl@29511
Diffstat (limited to 'ext/Win32')
-rw-r--r-- | ext/Win32/Win32.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Win32/Win32.pm b/ext/Win32/Win32.pm index e35efc90f9..c6419c596c 100644 --- a/ext/Win32/Win32.pm +++ b/ext/Win32/Win32.pm @@ -8,7 +8,7 @@ BEGIN { require DynaLoader; @ISA = qw|Exporter DynaLoader|; - $VERSION = '0.2601_01'; + $VERSION = '0.27'; @EXPORT = qw( NULL |