summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-03-15 15:02:55 +0000
committerNicholas Clark <nick@ccl4.org>2007-03-15 15:02:55 +0000
commitfe3ee0aa43b5aa35d36a04cb4dd3fcc055b741f7 (patch)
tree08c7466e644e1e6fb8eccbd7c30532cd984ddf0f /ext
parentab6f8ca1958822cd8785ccd58e2ac802bad67405 (diff)
downloadperl-fe3ee0aa43b5aa35d36a04cb4dd3fcc055b741f7.tar.gz
Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t
p4raw-id: //depot/perl@30595
Diffstat (limited to 'ext')
-rw-r--r--ext/Storable/Storable.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs
index 4f0a0e89a0..d3c0fab386 100644
--- 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')) {