We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dea8e7 commit ead977bCopy full SHA for ead977b
dist/Storable/Storable.xs
@@ -7402,7 +7402,7 @@ ALIAS:
7402
is_retrieving = ST_RETRIEVE
7403
PREINIT:
7404
bool result;
7405
-PPCODE:
+CODE:
7406
if (ix) {
7407
dSTCXT;
7408
assert(cxt);
@@ -7411,7 +7411,6 @@ PPCODE:
7411
result = !!last_op_in_netorder(aTHX);
7412
}
7413
ST(0) = boolSV(result);
7414
- XSRETURN(1);
7415
7416
# so far readonly. we rather probe at install to be safe.
7417
0 commit comments