File: cpanfile

package info (click to toggle)
libmath-random-secure-perl 0.080001-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 368; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 1.001 supports 64-bit systems.
requires 'Math::Random::ISAAC' => 1.001;

# 0.07 fixes a lot of important bugs and warnings.
requires 'Crypt::Random::Source' => 0.07;

requires 'Moo' => 2;

recommends 'Math::Random::ISAAC::XS';

on 'develop' => sub {
   requires 'Statistics::Test::RandomWalk';
};

on 'test' => sub {
   requires 'Test::More';
   requires 'Test::Warn';
   requires 'List::MoreUtils';
   requires 'Test::SharedFork';

   recommends 'Test::LeakTrace';
};