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