b2786fd3e28be5ae40a90691a16769d1a69ad653
[gruntmaster-data.git] / t / Gruntmaster-Data.t
1 #!/usr/bin/perl -w
2 use v5.14;
3
4 use Test::More;
5 BEGIN {
6 plan skip_all => '$ENV{RUN_TESTS} is false, skipping tests' unless $ENV{RUN_TESTS};
7 plan tests => 1;
8 }
9
10 BEGIN { use_ok('Gruntmaster::Data') };
This page took 0.022433 seconds and 3 git commands to generate.