From: Dave Rolsky Date: Sun, 26 Sep 2010 03:26:33 +0000 (-0500) Subject: Don't expect pod in MMMA::Native X-Git-Tag: 1.15~74 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7717262667ee2922a49db3a9ba62ae433897f6f5;p=gitmo%2FMoose.git Don't expect pod in MMMA::Native --- diff --git a/xt/author/pod_coverage.t b/xt/author/pod_coverage.t index 5e0eb93..f6e9a1b 100644 --- a/xt/author/pod_coverage.t +++ b/xt/author/pod_coverage.t @@ -11,7 +11,7 @@ use Test::Requires { # This is a stripped down version of all_pod_coverage_ok which lets us # vary the trustme parameter per module. -my @modules = grep { !/Accessor::Native.+$/ } all_modules(); +my @modules = grep { !/Accessor::Native.*$/ } all_modules(); plan tests => scalar @modules; my %trustme = (