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 Net::IP::XS directly #1053

Merged
merged 1 commit into from
Sep 22, 2022
Merged

Conversation

mattias-p
Copy link
Member

Purpose

Remove dependency on (to be deprecated) Zonemaster::Engine::Net::IP.

Context

In zonemaster/zonemaster-engine#1119 Zonemaster::Engine::Net::IP we're dropping support for Net::IP.
The issue zonemaster/zonemaster-engine#1129 has been created to deprecate Zonemaster::Engine::Net::IP, with the intended migration path being to use Net::IP::XS directly.

Changes

Calls into Zonemaster::Engine::Net::IP are replaced with calls into Net::IP::XS.

How to test this PR

This change is covered by existing tests in t/validator.t.

@mattias-p mattias-p added this to the v2022.2 milestone Sep 16, 2022
Copy link
Contributor

@marc-vanderwal marc-vanderwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@mattias-p mattias-p merged commit 3e7f8fe into zonemaster:develop Sep 22, 2022
@matsduf matsduf added the V-Patch Versioning: The change gives an update of patch in version. label Nov 27, 2022
@mattias-p mattias-p deleted the use-net-ip-xs branch July 19, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V-Patch Versioning: The change gives an update of patch in version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants