From: Ed J Date: Sat, 27 Jan 2018 23:04:52 +0000 (+0000) Subject: add release test for optdep pod X-Git-Tag: v0.07048_01~3^2~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ce7386a4658f2e74345f312bed17cf780063605;p=dbsrgits%2FDBIx-Class-Schema-Loader.git add release test for optdep pod --- diff --git a/xt/optdep-pod.t b/xt/optdep-pod.t new file mode 100644 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;