--- trunk/lib/Frey/Pod.pm 2008/11/05 08:20:45 271 +++ trunk/lib/Frey/Pod.pm 2008/11/05 19:13:01 308 @@ -30,7 +30,7 @@ my $self = shift; my $class = $self->class; use Pod::Simple::HTML; - my $path = eval { $self->package_path( $class ) }; + my $path = eval { $self->class_path( $class ) }; if ( $@ ) { warn $@; return; @@ -44,7 +44,7 @@ $body =~ s{.*?]+>}{}s; $body =~ s{\s*\s*$}{}; $body =~ s!%3A%3A!::!g; - $body =~ s{]*)>}{}g; + $body =~ s{]*)>}{}g; $body =~ s{]*)>}{}g; $body =~ s!\n\t!;