in reply to Does something like Pod::Coverage::Moose exist for Moo?
Playing around with Pod::Coverage::Moose's test suite, it appears to "just work" for Moo roles. Moo is after all, designed to offer Moose-compatible classes and roles.
Of course, Pod::Coverage::Moose has a dependency on Moose, and perhaps the whole reason you are using Moo is to avoid your project having a dependency on Moose. But in this case it shouldn't be a problem - include the pod coverage tests in the author test suite, but not in the test suite run by people installing your module.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Does something like Pod::Coverage::Moose exist for Moo?
by jds17 (Pilgrim) on Oct 24, 2012 at 22:02 UTC | |
by tobyink (Canon) on Oct 25, 2012 at 00:36 UTC | |
by jds17 (Pilgrim) on Oct 25, 2012 at 07:50 UTC |