some release tests (that all pass)
[p5sagit/local-lib.git] / xt / release / pod-syntax.t
diff --git a/xt/release/pod-syntax.t b/xt/release/pod-syntax.t
new file mode 100644 (file)
index 0000000..b5a83d8
--- /dev/null
@@ -0,0 +1,6 @@
+use strict;
+use warnings;
+use Test::More;
+
+use Test::Pod 1.41;
+all_pod_files_ok();