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
perl 5.40. More checking is needed here to avoid showing the user an unintended internal error:
$ echo 八|perl -CS -Mutf8 -wle 'use Unicode::UCD qw(num); print num($_);'
Use of uninitialized value $length in numeric eq (==) at /usr/share/perl/5.40/Unicode/UCD.pm line 2518.
The text was updated successfully, but these errors were encountered:
perl 5.40. More checking is needed here to avoid showing the user an unintended internal error:
$ echo 八|perl -CS -Mutf8 -wle 'use Unicode::UCD qw(num); print num($_);'
Use of uninitialized value $length in numeric eq (==) at /usr/share/perl/5.40/Unicode/UCD.pm line 2518.
@khwilliamson could you take a look at this? Thanks.
perl 5.40. More checking is needed here to avoid showing the user an unintended internal error:
The text was updated successfully, but these errors were encountered: