Bump version and update Changes
[convert-color-husl.git] / t / perlcritic.t
1 #!/usr/bin/perl
2 use 5.008009;
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 BEGIN { plan skip_all => '$ENV{RELEASE_TESTING} is false' unless $ENV{RELEASE_TESTING} }
9 use Test::Perl::Critic -profile => 't/perlcriticrc';
10
11 all_critic_ok
This page took 0.02209 seconds and 4 git commands to generate.