http://qs321.pair.com?node_id=853456

webfiend has asked for the wisdom of the Perl Monks concerning the following question:

I like Test::Pod::Coverage. I like Moose. I like to document all of my public interfaces, including attributes. But Test::Pod::Coverage doesn't seem to know about stuff like the attributes of my Moose objects. I want my pod tests to be really mean, and let me know when I forgot to document anything public.

Is there a way to test for documentation of Moose attributes, or must I let my own absent-minded conscience be my guide?

Originally posted as a Categorized Question.

  • Comment on How can I test for Pod coverage of my Moose attributes?

Replies are listed 'Best First'.
Re: How can I test for Pod coverage of my Moose attributes?
by webfiend (Vicar) on Aug 06, 2010 at 18:48 UTC