projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b210d8f
)
Ignore init_meta sub
Dave Rolsky [Thu, 21 Aug 2008 15:26:03 +0000 (15:26 +0000)]
t/pod-coverage.t
patch
|
blob
|
blame
|
history
diff --git
a/t/pod-coverage.t
b/t/pod-coverage.t
index
aa1f35b
..
c528b50
100644
(file)
--- a/
t/pod-coverage.t
+++ b/
t/pod-coverage.t
@@
-1,4
+1,4
@@
-use strict;
+ strict;
use warnings;
use Test::More;
@@
-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/init_meta/ ] } );