desegregate roles and classes. that was dumb
[gitmo/MooseX-AutoDoc.git] / t / 102-class.t
index 62b753f..0b07240 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("AutoDocTest3");
+my $spec = $autodoc->_package_info("AutoDocTest3");
 
 my $target = {
                name => 'AutoDocTest3',