--- trunk/lib/Frey/Pod.pm 2008/12/02 22:05:25 690 +++ trunk/lib/Frey/Pod.pm 2008/12/02 22:06:05 691 @@ -41,11 +41,8 @@ $body =~ s!!!; $body =~ s!

!!; $body =~ s!__index__!index!g; - return $body unless wantarray; - return { - title => $class, - body => $body, - }; + $self->title( $class ); + return $body; }