RT#22364 (ASH) hopefully fixed with updated prereq
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / pod_syntax.t
diff --git a/t/pod_syntax.t b/t/pod_syntax.t
new file mode 100644 (file)
index 0000000..63c0224
--- /dev/null
@@ -0,0 +1,16 @@
+#!perl -wT\r
+# $Id: pod_syntax.t 3236 2007-05-05 16:24:35Z claco $\r
+use strict;\r
+use warnings;\r
+\r
+BEGIN {\r
+    use lib 't/lib';\r
+    use DBIC::Test;\r
+\r
+    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};\r
+\r
+    eval 'use Test::Pod 1.00';\r
+    plan skip_all => 'Test::Pod 1.00 not installed' if $@;\r
+};\r
+\r
+all_pod_files_ok();\r