Files
Crypt--PWSafe3/lib/Crypt
Paul Howarth e702365826 Don't need Crypt::Random if Bytes::Random::Secure is available
Crypt::PWSafe3 already prefers Bytes::Random::Secure over Crypt::Random but
still has a hard dependency on it, via an unconditional "use Crypt::Random".
This is no longer necessary since Crypt::Random will be require-d if a
suitably recent version of Bytes::Random::Secure cannot be found.

The Makefile.PL is also updated to reflect this approach.
2020-05-29 09:18:34 +01:00
..