--- trunk/lib/Frey/Pod.pm 2008/11/17 18:04:20 379 +++ trunk/lib/Frey/Pod.pm 2008/11/18 11:45:15 405 @@ -41,6 +41,7 @@ $body =~ s!!!; $body =~ s!

!!; $body =~ s!__index__!index!g; + return $body unless wantarray; return { title => $class, body => $body,