[Bug 293066] databases/p5-Redis-Fast - Needs RUN_DEPEND p5-IO-Socket-SSL

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 09 Feb 2026 17:32:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293066

--- Comment #1 from Tomohiro Hosaka <bokutin@bokut.in> ---
Hello.

Thank you for pointing that out.

I checked it.

SSL/TLS support was included starting from version 0.37.
https://metacpan.org/release/SHOGO/Redis-Fast-0.37/changes#L3

It is not included in the module developer's CPAN module requirements.
https://metacpan.org/release/SHOGO/Redis-Fast-0.37/source/META.yml#L48

Looking at the code, it appears to be designed to function even if
IO::Socket::SSL is not present.
https://metacpan.org/release/SHOGO/Redis-Fast-0.37/source/lib/Redis/Fast.pm#L15

Based on this, I believe it aligns with the CPAN module author's intent
not to make IO::Socket::SSL mandatory,
but to allow users to choose to install it if needed.

What do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.