diff options
author | Steven N. Hirsch <hirschs@stargate.btv.ibm.com> | 2004-11-19 13:06:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-01-21 16:29:53 +0000 |
commit | 0b6a08b277db5e6f28a0032a7a0467c048570624 (patch) | |
tree | cc980b0bfaf3b4ddb78482c472dd55cd44985b5f /ext/Storable/Storable.xs | |
parent | a76739e6d49eb52ea8eb265b05f138a4bde35ccc (diff) | |
download | perl-0b6a08b277db5e6f28a0032a7a0467c048570624.tar.gz |
[perl #32503] Fix for Storable module
From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
p4raw-id: //depot/perl@23852
Diffstat (limited to 'ext/Storable/Storable.xs')
-rw-r--r-- | ext/Storable/Storable.xs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 21cb333b24..c20011e419 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -1158,6 +1158,7 @@ static void init_perinterp(pTHX) cxt->netorder = 0; /* true if network order used */ cxt->forgive_me = -1; /* whether to be forgiving... */ + cxt->accept_future_minor = -1; /* would otherwise occur too late */ } /* |