semifor / Net-Twitter

A Perl interface to the Twitter APIs
83 stars 37 forks source link

show_user issue #28

Closed simashin closed 11 years ago

simashin commented 11 years ago

After update to 4.00006 (from 3.18) and begin using API::RESTv1_1 the method show_user does not work - the software dies with - "Sorry, that page does not exist at /usr/lib/perl5/Class/MOP/Method/Wrapped.pm line 162"

simashin commented 11 years ago

Sorry, it begin to work fine when i changed: my $user = $nt->show_user( $user_id ); to my $user = $nt->show_user( { id => $user_id} );

It seems that syntax changed from 3.18