Skip to content

Help debugging Solaris #106

@nigelhorne

Description

@nigelhorne

Sometimes I see an error creating the wrapper - it dies at line 148. Could you please replace this:

# write code to a tempfile for execution
 my $wrapper_name = _temp_filename( 'CPAN-Reporter-CW-' );
 my $wrapper_fh = IO::File->new( $wrapper_name, 'w' )
        or die "Could not create a wrapper for $cmd\: $!";

with this?

# write code to a tempfile for execution
    my $wrapper_name = _temp_filename( 'CPAN-Reporter-CW-' );
    my $wrapper_fh = IO::File->new( $wrapper_name, 'w' )
        or die "Could not create a wrapper ($wrapper_name) for $cmd\: $!";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions