Skip Menu |

This queue is for tickets about the Net-Simplify CPAN distribution.

Report information
The Basics
Id: 90331
Status: new
Priority: 0/
Queue: Net-Simplify

People
Owner: Nobody in particular
Requestors: MIK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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);