You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was added years ago in commit 7fb6a87. Now that save_re_context
does nothing (and die_unwind no longer even calls it), we don’t need to
assign to PL_curcop. In the case where it matters, that is, the implicit
eval scope that require provides, the values of PL_curcop and oldcop
should always be the same.
0 commit comments