desegregate roles and classes. that was dumb
[gitmo/MooseX-AutoDoc.git] / t / 103-class.t
index 77c65ec..080c5bf 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("AutoDocTest4");
+my $spec = $autodoc->_package_info("AutoDocTest4");
 
 my $target = {
               name => 'AutoDocTest4',