File: 00_use_ok.t

package info (click to toggle)
libstatistics-lite-perl 3.62-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 288; makefile: 2
file content (8 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
use Test::More tests => 1;

BEGIN {
    diag( "Beginning Statistics::Lite tests in $^O with Perl $], $^X" );
    use_ok( 'Statistics::Lite' ) || print "ERROR: Could not load module\n";
}

diag( "Testing Statistics::Lite $Statistics::Lite::VERSION" );