summaryrefslogtreecommitdiff
path: root/xt/author/pod-syntax.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/author/pod-syntax.t')
-rw-r--r--xt/author/pod-syntax.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/xt/author/pod-syntax.t b/xt/author/pod-syntax.t
new file mode 100644
index 0000000..e563e5d
--- /dev/null
+++ b/xt/author/pod-syntax.t
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();