Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3657fe2672c8b557582e1c46528a4f20ded9c14e
https://github.com/Perl/perl5/commit/3657fe2672c8b557582e1c46528a4f20ded9c14e
Author: Lukas Mai <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M dist/IO/t/IO.t
Log Message:
-----------
IO.t: fix version check on older perls
In perls before 5.10, $^V was a plain string, not an object with an
overloaded >= operator, causing this warning on perl 5.8:
Argument "^E^Q^D" isn't numeric in numeric ge (>=) at t/IO.t line 52.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications