fayland / perl-net-github

Perl interface to GitHub

Home Page:http://search.cpan.org/dist/Net-GitHub/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in upload_asset: unknown method 'jsonToObj'

flatcap opened this issue · comments

"sub upload_asset" has the line

$data = eval { $self->json->jsonToObj($json) };

perl doesn't like jsonToObj (unknown method).
The other functions use decode.
Changing the code to use decode fixes thing (for me :-)

Sorry for late, fixed. will get a new version out. thanks