File: cpanfile

package info (click to toggle)
libcatmandu-stat-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,048 kB
  • sloc: perl: 375; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
requires 'perl', 'v5.10.1';

on 'test', sub {
  requires 'Test::Deep', '0.112';
  requires 'Test::Exception', '0.32';
  requires 'Test::More', '1.001003';
  requires 'Test::Pod', 0;
};

requires 'Statistics::Basic', '1.6611';
requires 'Statistics::Descriptive', '0';
requires 'Catmandu', '0.9301';
requires 'Catmandu::Exporter::Table','0';
requires 'List::Util','1.42';
requires 'Algorithm::HyperLogLog','0';
requires 'Statistics::TopK','0';