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

Change YAML::XS::LibYAML to YAML::XS #1880

Merged
merged 1 commit into from Feb 2, 2024

Conversation

perlpunk
Copy link
Contributor

@perlpunk perlpunk commented Feb 1, 2024

Hi,
I'm one of the maintainers of the perl YAML::XS (or YAML::LibYAML) module.

The official module to use is YAML::XS (which itself loads YAML::XS::LibYAML), but you can't use YAML::XS::LibYAML directly yourself (without also loading YAML::XS).

YAML::XS::LibYAML does not even have a manpage itself, and in the code you are using YAML::XS as documented.

So I would call it an implementation detail and suggest to change the module name in the various requirements.

The official module to use is YAML::XS (which itself loads
YAML::XS::LibYAML), but you can't use YAML::XS::LibYAML directly
yourself (without also loading YAML::XS).

YAML::XS::LibYAML does not even have a manpage itself, and in the code
you are using YAML::XS as documented.

So I would call it an implementation detail and suggest to
change the module name in the various requirements.
@lmchilton lmchilton merged commit d218769 into performancecopilot:main Feb 2, 2024
22 checks passed
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.

None yet

2 participants