desegregate roles and classes. that was dumb
[gitmo/MooseX-AutoDoc.git] / t / 105-class.t
index d46da94..ee21f29 100644 (file)
@@ -8,7 +8,7 @@ use lib "$Bin/lib";
 use Test::More tests => 1;
 
 my $autodoc = MooseX::AutoDoc->new;
-my $spec = $autodoc->_class_info("AutoDocTest6");
+my $spec = $autodoc->_package_info("AutoDocTest6");
 
 my $target = {
               name => 'AutoDocTest6',