mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
The test within the SKIP block expects $res to be undef, but the 'skip' condition itself expects it to be defined and numeric. So we were getting an uninitialized value warning. In 'skip' condition, test for definedness before numeric comparison.