summaryrefslogtreecommitdiff
path: root/xt/release/kwalitee.t
blob: 8d6f3c6ab96c7ed9fd3867b5f072416e12b61511 (plain)
1
2
3
4
5
6
7
8
9
# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11
use strict;
use warnings;
use Test::More 0.88;
use Test::Kwalitee 1.21 'kwalitee_ok';

kwalitee_ok( qw( -use_strict ) );

done_testing;