add more author tests and tidy all of them
[gitmo/MooseX-ClassAttribute.git] / xt / pod.t
index 8c9830b..9e30f41 100644 (file)
--- a/xt/pod.t
+++ b/xt/pod.t
@@ -3,7 +3,6 @@ use warnings;
 
 use Test::More;
 
-
 plan skip_all => 'This test is only run for the module author'
     unless -d '.git' || $ENV{IS_MAINTAINER};