Change license to perl
[gruntmaster-data.git] / t / Gruntmaster-Data.t
index b2786fd3e28be5ae40a90691a16769d1a69ad653..b3b8672a44ee5d740b03dd97333b8907a005924e 100644 (file)
@@ -1,10 +1,6 @@
 #!/usr/bin/perl -w
 use v5.14;
 
-use Test::More;
-BEGIN {
-       plan skip_all => '$ENV{RUN_TESTS} is false, skipping tests' unless $ENV{RUN_TESTS};
-       plan tests => 1;
-}
+use Test::More tests => 1;
 
 BEGIN { use_ok('Gruntmaster::Data') };
This page took 0.00904 seconds and 4 git commands to generate.