Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Change semantics of :b quoter tweak
Fixes 127226: https://rt.perl.org/Ticket/Display.html?id=127226 Make it more aggressive and behave like backslashes behave in `qq` quoter: throwing on any unrecognized backslash sequences and giving the \W itself when an unknown \W is backslashed. This makes Q:b combined with other tweaks, e.g. :s, behave more consistently in that both `Q:b/\$foo/` and `Q:b:s/\$foo/` would result in string `$foo`.
- Loading branch information