X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=t%2F93-pod-spelling.t;h=817320949ccae4d5bf5e202cce84c7915f65950c;hp=acb2587f33fc4b02293b6e968ae86cb4a6b9c676;hb=93df7812b9a0da8cdfa57a107eb2f8f4b4744b49;hpb=82dde567fe6ace7774ceec15edeb513dc5f287e8 diff --git a/t/93-pod-spelling.t b/t/93-pod-spelling.t index acb2587..8173209 100644 --- a/t/93-pod-spelling.t +++ b/t/93-pod-spelling.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use strict; use warnings; @@ -8,7 +8,6 @@ use Test::More; use lib 't/lib'; use VPIT::TestHelpers; -load_or_skip('Test::Pod::Spelling::CommonMistakes', '1.0', [ ], - 'required for testing POD spelling'); +load_or_skip_all('Test::Pod::Spelling::CommonMistakes', '1.0', [ ]); all_pod_files_ok();