aboutsummaryrefslogtreecommitdiffstats
path: root/t/kwalite.t
blob: 41c2ce74de7b8c6ebdf19b5c1ce1fcdea17f7f9a (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;

use Test::More;

eval { require Test::Kwalitee; Test::Kwalitee->import() };

plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;