Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use XString rather than B when possible #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

use XString rather than B when possible #5

wants to merge 2 commits into from

Conversation

haarg
Copy link
Member

@haarg haarg commented Oct 20, 2020

No description provided.

lib/Sub/Quote.pm Outdated Show resolved Hide resolved
B has a rather large memort footprint, and we don't need most of what it
provides. We only need the perlstring function.

Refactor our conditionals to just have a _perlstring function, setting
it up at compile time. For 5.10.0, just always use our reimplementation
to simplify things. Add some comments to explain the logic.
Move quotify tests for alternate perl versions out of t, since they
aren't relevant to normal users.

Refactor setup in quotify tests to make it easier to initialize
different environments.
@toddr
Copy link

toddr commented Oct 1, 2021

looks like it needs a rebase but is otherwise fine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants