]> Dogcows Code - chaz/homebank2ledger/blob - xt/author/critic.t
Version 0.001
[chaz/homebank2ledger] / 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.027859 seconds and 4 git commands to generate.