skip pod coverage as a fatal build test master
authorIvan Kohler <ivan@freeside.biz>
Thu, 4 Jun 2015 03:47:02 +0000 (20:47 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 4 Jun 2015 03:47:02 +0000 (20:47 -0700)
t/pod-coverage.t

index 497a0a6..67ecb2a 100644 (file)
@@ -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;