desegregate roles and classes. that was dumb
[gitmo/MooseX-AutoDoc.git] / t / 100-class.t
index a92b3e1..7c130c5 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("AutoDocTest1");
+my $spec = $autodoc->_package_info("AutoDocTest1");
 
 #we already tested this..
 delete $spec->{attributes};