We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243cf89 commit c436e8bCopy full SHA for c436e8b
lib/Module/Release/WebUpload/Mojo.pm
@@ -66,7 +66,7 @@ sub web_upload {
66
);
67
68
if( my $res = eval { $tx->result->is_success } ) {
69
- $self->_debug( "Response headers:\n" . $tx->result->res->to_string . "\n" );
+ $self->_debug( "Response headers:\n" . $tx->res->to_string . "\n" );
70
$self->_print( "File uploaded\n" );
71
return 1;
72
}
0 commit comments