Alien-WiX-Version30

 view release on metacpan or  search on metacpan

xt/author/perlcritic.t  view on Meta::CPAN


# Load the testing modules
foreach my $MODULE ( @MODULES ) {
	eval "require $MODULE"; # Has to be require because we pass options to import.
	if ( $EVAL_ERROR ) {
		BAIL_OUT( "Failed to load required release-testing module $MODULE" );
	}
}

if ( 1.099_001 > eval { $Perl::Critic::VERSION } ) {
	plan( skip_all => "Perl::Critic needs updated to 1.099_001" );
}

use File::Spec::Functions qw(catfile);
Perl::Critic::Utils::Constants->import(':profile_strictness');
my $dummy = $Perl::Critic::Utils::Constants::PROFILE_STRICTNESS_QUIET;

local $ENV{PERLTIDY} = catfile(qw(xt author settings perltidy.txt));

my $rcfile = catfile(qw(xt author settings perlcritic.txt));
Test::Perl::Critic->import( 



( run in 0.330 second using v1.01-cache-2.11-cpan-05444aca049 )