--- trunk/lib/Frey/Pod.pm 2008/11/15 16:10:45 344 +++ trunk/lib/Frey/Pod.pm 2008/11/15 16:11:27 345 @@ -33,7 +33,7 @@ my $path = eval { $self->class_path( $class ) }; if ( $@ ) { warn $@; - return qq|
$@
|; + return qq|
$@
|; } my $pod = read_file( $path ); my $converter = Pod::Simple::HTML->new();