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 | |
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')
-rw-r--r-- | ext/Storable/Storable.xs | 1 | ||||
-rw-r--r-- | ext/Win32/Win32.pm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index cc84a660e5..17a7b5c766 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -2627,6 +2627,7 @@ static int store_code(pTHX_ stcxt_t *cxt, CV *cv) */ /* Ownership of both SVs is passed to load_module, which frees them. */ load_module(PERL_LOADMOD_NOIMPORT, newSVpvn("B::Deparse",10), newSVnv(0.61)); + SPAGAIN; ENTER; SAVETMPS; 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 |