]> Dogcows Code - chaz/groupsecret/blob - xt/author/critic.t
Version 0.303
[chaz/groupsecret] / xt / author / critic.t
1 #!perl
2
3 use strict;
4 use warnings;
5
6 use Test::Perl::Critic (-profile => "perlcritic.rc") x!! -e "perlcritic.rc";
7 all_critic_ok();
This page took 0.032955 seconds and 4 git commands to generate.