ergh. i dunno what that was
Guillermo Roditi [Sun, 24 Feb 2008 04:09:06 +0000 (04:09 +0000)]
lib/MooseX/AutoDoc.pm

index 0526a79..dd88ab3 100644 (file)
@@ -77,7 +77,7 @@ sub generate_pod_for {
        "if ${package} is the consumer of any roles.")
     if Class::MOP::is_class_loaded( $package );
 
-  my $spec = $self->package_info($package);
+  my $spec = $self->_package_info($package);
   my $key = $package->meta->isa("Moose::Meta::Role") ? 'role' : 'class';
   my $vars = {
               $key    => $spec,