Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pp_substr: checking SvOK() is superfluous after SvPV_force_nomg()
When replacing some characters in pp_substr, there should be no need to check `SvOK(sv)`, since previous calls to `SvPV_force_nomg(sv)` and (if needed) `sv_utf8_upgrade_nomg(sv);` should always return a `sv` that is `SvOK`.
- Loading branch information