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
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
I'm using Net::Twitter version 4.01008 and Perl 5.14.2. I've checked the last version of lib and the code from decode_html_entities seems the same to me.
I'm not used with Moo itself and it's grammar but I wonder if the assignment of $_ to another value it's correct or not.
Hi,
I'm getting this error
Code:Modification of a read-only value attempted at Net/Twitter/Core.pm line 233.when I use
decode_html_entitiesI've tried using it as:
And:
In both cases the same error appears.
I'm using Net::Twitter version
4.01008and Perl5.14.2. I've checked the last version of lib and the code fromdecode_html_entitiesseems the same to me.I'm not used with Moo itself and it's grammar but I wonder if the assignment of
$_to another value it's correct or not.Thanks in advance.