modernize tests and require Test::More 0.88
[gitmo/MooseX-StrictConstructor.git] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
index 3f86494..f37ed3e 100644 (file)
--- a/t/pod.t
+++ b/t/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 '.svn' || $ENV{IS_MAINTAINER};