]> iEval git - app-remotegnokii.git/blame_incremental - t/perlcritic.t
Bump version and update Changes
[app-remotegnokii.git] / t / perlcritic.t
... / ...
CommitLineData
1#!/usr/bin/perl
2use v5.14;
3use warnings;
4
5use Test::More;
6
7BEGIN { plan skip_all => '$ENV{RELEASE_TESTING} is false' unless $ENV{RELEASE_TESTING} }
8use Test::Perl::Critic -profile => 't/perlcriticrc';
9use Test::More tests => 1;
10
11critic_ok 'lib/App/RemoteGnokii.pm';
This page took 0.018841 seconds and 4 git commands to generate.