File: rs_randomnumbersinfo.t

package info (click to toggle)
libdata-entropy-perl 0.008-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: perl: 890; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
use warnings;
use strict;

use Test::More tests => 2;

BEGIN { use_ok "Data::Entropy::RawSource::RandomnumbersInfo"; }

my $rawsrc = Data::Entropy::RawSource::RandomnumbersInfo->new;
ok $rawsrc;

1;