sorry, my issue to old version...
2017-01-28 20:54 GMT+00:00 Konstantin Tokar <konstantin@tokar.ru>:
Show quoted text> May be, 'PUT' replace to 'POST' ?
>
> return $self->request('PUT', @_);
>
>
>
> =item POST ( $url, [$body_content, %$headers] )
>
> Preform an HTTP POST to the resource specified. Takes an optional body content and hashref of custom request headers.
>
> =cut
>
> sub POST {
> my $self = shift;
> return $self->request('PUT', @_);
> }
>
>