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

Cassandra::Client uses deprecated dependency IO::Socket::INET6 #36

Open
raffaele-termite-fnt opened this issue May 12, 2023 · 0 comments

Comments

@raffaele-termite-fnt
Copy link

IO::Socket::INET6 causes the installation of Cassandra::Client via cpanm to fail because it has failing tests. IO::Socket::INET6 is deprecated and recommends switching to IO::Socket::IP which supports both IPv4 and IPv6.

Looks like INET6 is only used in one place in Cassandra/Client/Connection.pm

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

No branches or pull requests

1 participant