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

Commits on Feb 1, 2024

  1. Change YAML::XS::LibYAML to YAML::XS

    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.
    perlpunk committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    dbf8073 View commit details
    Browse the repository at this point in the history