projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6f8ca
)
Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t
author
Nicholas Clark
<nick@ccl4.org>
Thu, 15 Mar 2007 15:02:55 +0000
(15:02 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 15 Mar 2007 15:02:55 +0000
(15:02 +0000)
p4raw-id: //depot/perl@30595
ext/Storable/Storable.xs
patch
|
blob
|
history
diff --git
a/ext/Storable/Storable.xs
b/ext/Storable/Storable.xs
index
4f0a0e8
..
d3c0fab
100644
(file)
--- a/
ext/Storable/Storable.xs
+++ b/
ext/Storable/Storable.xs
@@
-6292,7
+6292,7
@@
static SV *dclone(pTHX_ SV *sv)
*/
if ((SvTYPE(sv) == SVt_PVLV
-#if PERL_VERSION <
6
+#if PERL_VERSION <
8
|| SvTYPE(sv) == SVt_PVMG
#endif
) && SvRMAGICAL(sv) && mg_find(sv, 'p')) {