- or download this
use strict;
use warnings;
...
pod_coverage_ok( "IsMoose",
{ coverage_class => "Pod::Coverage::Moose" } );
- or download this
package IsMoose;
use Moose;
...
=pod
=cut
- or download this
> prove test-moose-pod.t -v
test-moose-pod.t ..
...
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.21 cusr
+ 0.01 csys = 0.24 CPU)
Result: PASS