You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/t/perlcritic-progressive.t

11 lines
321 B

#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
eval { require Test::Perl::Critic::Progressive };
plan skip_all => 'T::P::C::Progressive required for this test' if $@;
Test::Perl::Critic::Progressive::set_history_file('.perlcritic-history');
Test::Perl::Critic::Progressive::progressive_critic_ok('lib');