The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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_critic_args( -severity => 1 );

Test::Perl::Critic::Progressive::progressive_critic_ok();