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
t/pod_coverage.t

index e1e1032..d0ebad2 100644 (file)
@@ -351,8 +351,6 @@ not particularly useful.
 
 =item B<options>
 
-=item B<intialize_body>
-
 =item B<initialize_body>
 
 =item B<associated_metaclass>
index 7569358..dcedee4 100644 (file)
@@ -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/ ] } );