projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4ec9d29
)
add a trustme for intialize_body, rather than actually putting it in pod
Dave Rolsky [Sat, 24 May 2008 22:11:26 +0000 (22:11 +0000)]
lib/Moose/Meta/Method/Constructor.pm
patch
|
blob
|
blame
|
history
t/pod_coverage.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Method/Constructor.pm
b/lib/Moose/Meta/Method/Constructor.pm
index
e1e1032
..
d0ebad2
100644
(file)
--- a/
lib/Moose/Meta/Method/Constructor.pm
+++ b/
lib/Moose/Meta/Method/Constructor.pm
@@
-351,8
+351,6
@@
not particularly useful.
=item B<options>
-=item B<intialize_body>
-
=item B<initialize_body>
=item B<associated_metaclass>
diff --git
a/t/pod_coverage.t
b/t/pod_coverage.t
index
7569358
..
dcedee4
100644
(file)
--- a/
t/pod_coverage.t
+++ b/
t/pod_coverage.t
@@
-8,4
+8,4
@@
use Test::More;
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/intialize_body/ ] } );