convert to Distar
[catagits/Catalyst-Devel.git] / xt / podcoverage.t
diff --git a/xt/podcoverage.t b/xt/podcoverage.t
new file mode 100644 (file)
index 0000000..2ef80f1
--- /dev/null
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+use Test::More;
+use Test::Pod::Coverage 1.04;
+use Pod::Coverage 0.20;
+
+all_pod_coverage_ok( { trustme => [ qr/^(?:BUILD|DEMOLISH)$/ ] } );
+