skip pod coverage as a fatal build test
[BroadWorks-OCI.git] / 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;