Improve POD test and make it author-only
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 02pod.t
diff --git a/t/02pod.t b/t/02pod.t
deleted file mode 100644 (file)
index 8d99a66..0000000
--- a/t/02pod.t
+++ /dev/null
@@ -1,20 +0,0 @@
-#!perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-BEGIN {
-    use DBIx::Class::Schema::Loader::Optional::Dependencies ();
-    if (DBIx::Class::Schema::Loader::Optional::Dependencies->req_ok_for('test_pod')) {
-        Test::Pod->import;
-    }
-    else {
-        plan skip_all => 'Tests needs ' . DBIx::Class::Schema::Loader::Optional::Dependencies->req_missing_for('test_pod')
-    }
-}
-
-all_pod_files_ok();
-
-# vim:tw=0 sw=4 et sts=4: