Abstract-Meta-Class
view release on metacpan or search on metacpan
t/pod_coverage.t view on Meta::CPAN
use strict;
use warnings;
use Test::Pod::Coverage tests => 3;
pod_coverage_ok( "Abstract::Meta::Class", "should have Abstract::Meta::Class coverage");
pod_coverage_ok( "Abstract::Meta::Attribute", "should have Abstract::Meta::Attribute coverage");
pod_coverage_ok( "Abstract::Meta::Attribute::Method", "should have Abstract::Meta::Attribute::Method coverage");
( run in 0.775 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )