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

Fix installation/testing on Debian with OSSP::UUID #2

Merged
merged 1 commit into from
Apr 25, 2024

Commits on Mar 27, 2024

  1. Fix installation/testing on Debian with OSSP::UUID

    On Debian it's possible to install libossp-uuid-perl which provides a
    compatible Data::UUID interface. Historically I believe this was for
    license reasons but there are functional differences too like OSSP
    providing (and defaulting) to a version 4 (random) UUID which Data::UUID
    doesn't support.
    
    Becuase the version numbers are wildly different, not specifying our
    minimum version makes packaging a lot easier also because OSSP correctly
    produces a lowercase UUID as per the spec then our tests fail without an
    added uppercase. There's an upstream issue on Data::UUID tracking the
    mismatched case - bleargh45/Data-UUID#34
    JRaspass committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e29d4e9 View commit details
    Browse the repository at this point in the history