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