add release test for optdep pod
Ed J [Sat, 27 Jan 2018 23:04:52 +0000 (23:04 +0000)]
xt/optdep-pod.t [new file with mode: 0644]

diff --git a/xt/optdep-pod.t b/xt/optdep-pod.t
new file mode 100644 (file)
index 0000000..f94afb1
--- /dev/null
@@ -0,0 +1,8 @@
+use warnings;
+use strict;
+
+use Test::More;
+
+ok -f 'lib/DBIx/Class/Schema/Loader/Optional/Dependencies.pod', 'optdep pod present';
+
+done_testing;