projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b34a536
)
Anchor the trustme regex
Dave Rolsky [Wed, 18 Mar 2009 17:21:35 +0000 (12:21 -0500)]
xt/pod_coverage.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/pod_coverage.t
b/xt/pod_coverage.t
index
1f6b5ba
..
21c274a
100644
(file)
--- a/
xt/pod_coverage.t
+++ b/
xt/pod_coverage.t
@@
-27,7
+27,7
@@
for my $module ( sort @modules ) {
my $trustme = [];
if ( $trustme{$module} ) {
my $methods = join '|', @{ $trustme{$module} };
- $trustme = [qr/$methods/];
+ $trustme = [qr/^(?:$methods)$/];
}
pod_coverage_ok(