From: Ivan Kohler Date: Thu, 4 Jun 2015 03:47:02 +0000 (-0700) Subject: skip pod coverage as a fatal build test X-Git-Url: http://git.freeside.biz/gitweb/?p=BroadWorks-OCI.git;a=commitdiff_plain skip pod coverage as a fatal build test --- 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;