--- trunk/lib/Frey/Pipe.pm 2008/11/06 20:25:27 326 +++ trunk/lib/Frey/Pipe.pm 2008/11/06 20:56:44 327 @@ -50,7 +50,8 @@ eval $code; die $@ if $@; warn "# result ",ref( $result ); - $out .= qq{$part} . dump( $result ) . '
'; +# $out .= qq{$part} . dump( $result ) . '
'; + $out = $result; $pipe = { $method => $result }; } else { die "don't know what to do with '$part' from ",$self->pipe;