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:
e88d61e
)
Storable: Restore 5.6 compatibility
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 11 Jul 2011 20:25:35 +0000
(13:25 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 11 Jul 2011 20:25:35 +0000
(13:25 -0700)
dist/Storable/Storable.xs
patch
|
blob
|
history
diff --git
a/dist/Storable/Storable.xs
b/dist/Storable/Storable.xs
index 5ad15568920986374ad97d60c943a060eada1bb3..8ce0bec92354fa841f1fb61d9b64a30f723af6b9 100644
(file)
--- a/
dist/Storable/Storable.xs
+++ b/
dist/Storable/Storable.xs
@@
-2294,7
+2294,7
@@
static int store_hash(pTHX_ stcxt_t *cxt, HV *hv)
#ifdef HAS_RESTRICTED_HASHES
HvTOTALKEYS(hv);
#else
- Hv
USEDKEYS(hv);
+ Hv
KEYS(hv); /* Not HvUSEDKEYS, as 5.6 lacketh it */
#endif
I32 i;
int ret = 0;