]> Dogcows Code - chaz/homebank2ledger/blob - critic.t
80ccdad3ee8f68f6a41342b41973ce13efe506d9
[chaz/homebank2ledger] / 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.036184 seconds and 3 git commands to generate.