]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/blob - t/00-load.t
e43ba7275fe2e4e08426cb65813338324e5efc6b
[deb_pkgs/libstatistics-r-perl.git] / t / 00-load.t
1 #! perl
2
3 use strict;
4 use warnings;
5 use Test::More tests => 1;
6
7
8 BEGIN {
9    use_ok( 'Statistics::R' );
10 }
11
12 diag( "Testing Statistics::R $Statistics::R::VERSION, Perl $], $^X" );