root/lang/perl/Botsune/t/98_perlcritic.t @ 4355

Revision 4355, 147 bytes (checked in by woremacx, 5 years ago)

lang/perl/Botsune: initial import (moved from vaginarepos)

Line 
1use strict;
2use Test::More;
3eval q{ use Test::Perl::Critic };
4plan skip_all => "Test::Perl::Critic is not installed." if $@;
5all_critic_ok("lib");
Note: See TracBrowser for help on using the browser.