]>
Commit | Line | Data |
---|---|---|
e87db89a | 1 | #!/usr/bin/perl |
4c606514 | 2 | use strict; |
e87db89a MG |
3 | use warnings; |
4 | ||
5 | use Test::More; | |
6 | ||
7 | BEGIN { plan skip_all => '$ENV{RELEASE_TESTING} is false' unless $ENV{RELEASE_TESTING} } | |
8 | ||
9 | use Test::Perl::Critic -profile => 't/perlcriticrc'; | |
10 | ||
11 | all_critic_ok |