Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help debugging Solaris #106

Open
nigelhorne opened this issue Dec 30, 2023 · 0 comments
Open

Help debugging Solaris #106

nigelhorne opened this issue Dec 30, 2023 · 0 comments

Comments

@nigelhorne
Copy link

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\: $!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant