projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5939bf0
)
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]
patch
|
blob
diff --git a/xt/optdep-pod.t
b/xt/optdep-pod.t
new file mode 100644
(file)
index 0000000..
f94afb1
--- /dev/null
+++ b/
xt/optdep-pod.t
@@ -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;