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