We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6.2.62 and later
Any
Socket6 is no longer required for the dependency (see below for details).
Socket6
cpanfile lists Socket6 as prerequisite for IPv6 support.
cpanfile
This problem was mentioned by Michal Josef Špaček on Fedora rpms/sympa PR#1.
Earlier versions of Socket module didn't export symbols such as AF_INET6. That's why Socket6 module has also been included in dependency (See #784).
Socket
AF_INET6
Sympa 6.2.62 dropped support for Perl prior to 5.16.0 which bundles recent version of Socket that exports required symbols.
The text was updated successfully, but these errors were encountered:
Merge pull request #1212 from ikedas/issue-1211 by ikedas
36effbf
Drop a dependency Socket6 (#1211)
Successfully merging a pull request may close this issue.
Version
6.2.62 and later
Installation method
Any
Expected behavior
Socket6
is no longer required for the dependency (see below for details).Actual behavior
cpanfile
listsSocket6
as prerequisite for IPv6 support.Additional information
This problem was mentioned by Michal Josef Špaček on Fedora rpms/sympa PR#1.
Earlier versions of
Socket
module didn't export symbols such asAF_INET6
. That's whySocket6
module has also been included in dependency (See #784).Sympa 6.2.62 dropped support for Perl prior to 5.16.0 which bundles recent version of
Socket
that exports required symbols.The text was updated successfully, but these errors were encountered: