X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod-coverage.t;h=4005e5e587e91d6079813df02aecf2c362b0d9dc;hb=8d65540448deca131e4c77686c6a1135116e522e;hp=517c730f75e8670d68722f3d8d8ed0c7b49bda7f;hpb=4c911e18f6ba9b36041a6730421681bfc73e71d9;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/pod-coverage.t b/t/pod-coverage.t index 517c730..4005e5e 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -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( { trustme => [ qr/^(?:class_has|container_class|unimport)$/ ] } ); +all_pod_coverage_ok( { trustme => [ qr/^(?:class_has|process_class_attribute|container_class|unimport)$/ ] } );