X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F00-load.t;fp=t%2F00-load.t;h=4c3e9f06c1eabe567e465f0c55b3187de61aabe7;hb=713b845d0db50899e64c616b0b43b6180b862afa;hp=e43ba7275fe2e4e08426cb65813338324e5efc6b;hpb=fea5b01e0da1d4f97108cf08c424d5ef4f66a64f;p=deb_pkgs%2Flibstatistics-r-perl.git diff --git a/t/00-load.t b/t/00-load.t index e43ba72..4c3e9f0 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -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;