added POD to AutoDoc, changed some things, updated tests fixed a view bug
[gitmo/MooseX-AutoDoc.git] / t / 003-moosex-types.t
index b30dcc6..55839ee 100644 (file)
@@ -19,7 +19,7 @@ Class::MOP::load_class("AutoDocTest7");
 plan tests => 1;
 my $autodoc = MooseX::AutoDoc->new;
 my $attr = AutoDocTest7->meta->get_attribute("typed_attr");
-my $spec = $autodoc->attribute_info($attr);
+my $spec = $autodoc->_attribute_info($attr);
 my $target = 'Optional value of type L<TestType\|AutoDocTestTypes';
 
 like $spec->{description}, qr/$target/;