]> git.vpit.fr Git - perl/modules/indirect.git/blob - t/99-kwalitee.t
c07766a234204d78a80b6d75534e03ae3465b6f3 is a better fix for RT #47902 than 4cb0e2cc2...
[perl/modules/indirect.git] / t / 99-kwalitee.t
1 #!perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 eval { require Test::Kwalitee; Test::Kwalitee->import() };
9 plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;