]> iEval git - gruntmaster-data.git/blobdiff - t/perlcritic.t
Use perlcritic
[gruntmaster-data.git] / t / perlcritic.t
diff --git a/t/perlcritic.t b/t/perlcritic.t
new file mode 100644 (file)
index 0000000..1a4ac7a
--- /dev/null
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+use v5.14;
+use warnings;
+
+use Test::More;
+
+BEGIN { plan skip_all => '$ENV{RELEASE_TESTING} is false' unless $ENV{RELEASE_TESTING} }
+plan tests => 1;
+
+use Test::Perl::Critic -profile => 't/perlcriticrc';
+
+critic_ok 'lib/Gruntmaster/Data.pm';
This page took 0.024071 seconds and 4 git commands to generate.