--- trunk/lib/Frey/Pod.pm 2008/12/02 22:06:05 691 +++ trunk/lib/Frey/Pod.pm 2008/12/02 22:16:17 694 @@ -25,7 +25,7 @@ my $class = $self->class; use Pod::Simple::HTML; my $path = pod_where( { -inc => 1 }, $class ); - return $self->error( "Can't find pod for $class" ) unless $path; + return $self->error( "Can't find pod for $class\n" ) unless $path; my $pod = read_file( $path ); my $converter = Pod::Simple::HTML->new(); my $body;