move pod tests to xt
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / xt / podcoverage.t
diff --git a/xt/podcoverage.t b/xt/podcoverage.t
new file mode 100644 (file)
index 0000000..56c0918
--- /dev/null
@@ -0,0 +1,6 @@
+use strict;
+use warnings;
+use Test::More;
+use Test::Pod::Coverage 1.04;
+
+all_pod_coverage_ok();