Add modules used in author tests to develop-requires
[dbsrgits/SQL-Abstract.git] / xt / 90pod.t
index 57b8782..2deaaab 100644 (file)
@@ -2,8 +2,6 @@ use warnings;
 use strict;
 
 use Test::More;
-
-eval "use Test::Pod 1.14";
-plan skip_all => 'Test::Pod 1.14 required' if $@;
+use Test::Pod 1.14;
 
 all_pod_files_ok();