From 19194ccbe0bf1610f6fa20553a36ddf38afa372b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 3 Jun 2015 20:47:02 -0700 Subject: [PATCH] skip pod coverage as a fatal build test --- t/pod-coverage.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0