some cleanup
[gitmo/MooseX-Types-Path-Class.git] / t / pod-coverage.t
index a641424..20381d2 100644 (file)
@@ -4,8 +4,7 @@ use warnings FATAL => 'all';
 use strict;
 use Test::More;
 eval "use Test::Pod::Coverage 1.04";
-if ($@) {
-    plan skip_all =>
-        "Test::Pod::Coverage 1.04 required for testing POD coverage";
-}
+plan skip_all =>
+    "Test::Pod::Coverage 1.04 required for testing POD coverage"
+    if ($@);
 all_pod_coverage_ok();