summaryrefslogtreecommitdiff
path: root/t/author-critic.t
blob: 22becf1563f0cba7976d1f53811ffe1bb09a747c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}


use strict;
use warnings;

use Test::Perl::Critic (-profile => "perlcritic.rc") x!! -e "perlcritic.rc";
all_critic_ok();