File: compile.t

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 (6 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/perl
use strict;
use warnings;
use Test::More tests => 2;
use_ok('Math::Random::Secure::RNG');
use_ok('Math::Random::Secure');