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