PERL 5.38 - breaks use of NET::LDAPS

I was using 5.36 and my PERL script used NET::LDAPS with success.

use Net::LDAPS;

I upgraded to 5.38 and now I get this message:

Can’t locate Net/LDAPS.pm in @INC (you may need to install the Net::LDAPS module)

I have SWITCH and IO-Socket-SSL packages installed.

Please advise.

Resolved - I reinstalled Date-Calc followed by perl-ldap and it is now working