On Wed, May 22, 2002 at 07:03:08PM +0200, Jost Krieger wrote:
> > So cpansmoke just files dummy reports for "FAIL"s.
> The following patch helps me:
> --- /home/kriegjcb/.cpan/build/CPANPLUS-0.033/blib/lib/CPANPLUS/Internals/Report.pm  
>   Tue Apr 30 19:38:24 2002
> +++ /usr/local/perl/lib/site_perl/5.6.1/CPANPLUS/Internals/Report.pm    Wed May 22 
>17:49:44 2002
> @@ -110,6 +110,8 @@
>  .
>      }
>  
> +    $fh->flush if $fh;
> +      
>      my @cmd = $self->_report_command(
>          dist     => $dist,
>          module   => $module,

Hrm. Could you try instead

    close $fh if $fh;

and see if it also fix the problem? That's the version I've applied
to the cpanplus trunk.

Thanks,
/Autrijus/

Attachment: msg34991/pgp00000.pgp
Description: PGP signature

Reply via email to