Bump version and update Changes
[convert-color-husl.git] / t / perlcritic.t
CommitLineData
1f72b051 1#!/usr/bin/perl
4e59696a
MG
2use 5.008009;
3use strict;
1f72b051
MG
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.008689 seconds and 4 git commands to generate.