X-Git-Url: http://git.freeside.biz/gitweb/?p=BroadWorks-OCI.git;a=blobdiff_plain;f=t%2Fpod-coverage.t;h=67ecb2ac42390880ed02f5f5c7bed7135cfced62;hp=497a0a6254d323c14167373c18cfdde8cae35507;hb=19194ccbe0bf1610f6fa20553a36ddf38afa372b;hpb=897db5b82f93c32fc4a65bc3e96ca6a215628fa6 diff --git a/t/pod-coverage.t b/t/pod-coverage.t index 497a0a6..67ecb2a 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -2,7 +2,7 @@ use 5.006; use strict; use warnings FATAL => 'all'; -use Test::More skip_all "don't care about POD coverage right now"; +use Test::More skip_all => "don't care about POD coverage right now"; # Ensure a recent version of Test::Pod::Coverage my $min_tpc = 1.08;