File: 00-load.t

package info (click to toggle)
libstatistics-r-perl 0.34-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 2,132; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! perl

use strict;
use warnings;
use Test::More;


BEGIN {
   use_ok 'Statistics::R';
}

diag( "Testing Statistics::R $Statistics::R::VERSION, Perl $], $^X" );

done_testing;