A working version, with docs and all tests passing.
[gitmo/MooseX-ClassAttribute.git] / t / pod-coverage.t
index aa1f35b..517c730 100644 (file)
@@ -11,4 +11,4 @@ eval "use Test::Pod::Coverage 1.04";
 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
     if $@;
 
-all_pod_coverage_ok();
+all_pod_coverage_ok( { trustme => [ qr/^(?:class_has|container_class|unimport)$/ ] } );