]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/blobdiff - t/00-load.t
New upstream version 0.34
[deb_pkgs/libstatistics-r-perl.git] / t / 00-load.t
index e43ba7275fe2e4e08426cb65813338324e5efc6b..4c3e9f06c1eabe567e465f0c55b3187de61aabe7 100644 (file)
@@ -2,11 +2,13 @@
 
 use strict;
 use warnings;
-use Test::More tests => 1;
+use Test::More;
 
 
 BEGIN {
-   use_ok( 'Statistics::R' );
+   use_ok 'Statistics::R';
 }
 
 diag( "Testing Statistics::R $Statistics::R::VERSION, Perl $], $^X" );
+
+done_testing;