X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F90-author%2Fkwalitee.t;fp=t%2F90-author%2Fkwalitee.t;h=7775e608d046d625d33d383cd329e8197a3e5ede;hb=686fea1f34b041af100934b062781594ee5bc8b5;hp=0000000000000000000000000000000000000000;hpb=53f948489c60cb0a7eff02d0bd9358798e7c897e;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/t/90-author/kwalitee.t b/t/90-author/kwalitee.t new file mode 100644 index 0000000..7775e60 --- /dev/null +++ b/t/90-author/kwalitee.t @@ -0,0 +1,9 @@ +#!perl + +use strict; +use warnings; + +use Test::More; + +eval { require Test::Kwalitee; Test::Kwalitee->import() }; +plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;