You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggesting following patch to make form work. Example code:
return {
# There will be a request-object as 1st parameter, but it cannot be used.
form => sub { my (undef, $body) = @_; return do_post($request, $body) }
};
Suggesting following patch to make form work. Example code:
Patch:
This will fix the run-time error of $req being unset. The $req will be set to cb-code, but it is stale and really doesn't function.
The text was updated successfully, but these errors were encountered: