Abstract-Meta-Class

 view release on metacpan or  search on metacpan

t/pod.t  view on Meta::CPAN

use warnings;
use strict;

use Test::Pod tests => 3;           
 
pod_file_ok( 'lib/Abstract/Meta/Class.pm', "should have value lib/Abstract/Meta/Class.pm POD file" );
pod_file_ok( 'lib/Abstract/Meta/Attribute.pm', "should have value lib/Abstract/Meta/Attribute.pm POD file" );
pod_file_ok( 'lib/Abstract/Meta/Attribute/Method.pm', "should have value lib/Abstract/Meta/Attribute/Method.pm POD file" );



( run in 0.926 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )