]> iEval git - html-element-library.git/blame_incremental - t/perlcritic.t
Remove use v5.14; from t/perlcritic.t
[html-element-library.git] / t / perlcritic.t
... / ...
CommitLineData
1#!/usr/bin/perl
2use strict;
3use warnings;
4
5use Test::More;
6
7BEGIN { plan skip_all => '$ENV{RELEASE_TESTING} is false' unless $ENV{RELEASE_TESTING} }
8
9use Test::Perl::Critic -profile => 't/perlcriticrc';
10
11all_critic_ok
This page took 0.022649 seconds and 4 git commands to generate.