Alias
view release on metacpan or search on metacpan
XPUSHs(sv_2mortal(newSVsv(val)));
PUTBACK;
if (perl_call_sv(deref, G_SCALAR))
ret = *PL_stack_sp--;
SPAGAIN;
deref_this = SvTRUE(ret);
FREETMPS; LEAVE;
}
}
/* attributes may need to be prefixed/renamed */
if (attrpfx) {
STRLEN len;
if (attrpfx_c) {
if (attrpfx_l) {
SV *keysv = sv_2mortal(newSVpv(attrpfx_c, attrpfx_l));
sv_catpvn(keysv, key, klen);
key = SvPV(keysv, len);
klen = len;
}
}
( run in 0.272 second using v1.01-cache-2.11-cpan-131fc08a04b )