]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/blob - t/00-load.t
Import Upstream version 0.24
[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" );