X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=blobdiff_plain;f=t%2F93-pod-spelling.t;fp=t%2F93-pod-spelling.t;h=817320949ccae4d5bf5e202cce84c7915f65950c;hp=0000000000000000000000000000000000000000;hb=c43eef887a8b6db07c15162a3a23164e98c5bc74;hpb=c93a37bdb2cb7d5b0ce7d60b4fcd989076d7df4c diff --git a/t/93-pod-spelling.t b/t/93-pod-spelling.t new file mode 100644 index 0000000..8173209 --- /dev/null +++ b/t/93-pod-spelling.t @@ -0,0 +1,13 @@ +#!perl + +use strict; +use warnings; + +use Test::More; + +use lib 't/lib'; +use VPIT::TestHelpers; + +load_or_skip_all('Test::Pod::Spelling::CommonMistakes', '1.0', [ ]); + +all_pod_files_ok();