Skip to content

Commit c436e8b

Browse files
committed
Remove the extra ->res
1 parent 243cf89 commit c436e8b

File tree

1 file changed

+1
-1
lines changed
  • lib/Module/Release/WebUpload

1 file changed

+1
-1
lines changed

lib/Module/Release/WebUpload/Mojo.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sub web_upload {
6666
);
6767

6868
if( my $res = eval { $tx->result->is_success } ) {
69-
$self->_debug( "Response headers:\n" . $tx->result->res->to_string . "\n" );
69+
$self->_debug( "Response headers:\n" . $tx->res->to_string . "\n" );
7070
$self->_print( "File uploaded\n" );
7171
return 1;
7272
}

0 commit comments

Comments
 (0)