Subject: | You can avoid dependency on Math::Random::Secure |
You can use irand function from Crypt::PRNG (part of CryptX which you already depend on)
Simply:
- use Math::Random::Secure qw(irand);
+ use Crypt::PRNG qw(irand);
This queue is for tickets about the Net-Simplify CPAN distribution.
The Basics
People
|
Bug Information
|