Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3f444cefe92140526fc88ab77290f9bb8d775360
https://github.com/Perl/perl5/commit/3f444cefe92140526fc88ab77290f9bb8d775360
Author: Lukas Mai <[email protected]>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M dist/IO/Makefile.PL
Log Message:
-----------
IO: fix ExtUtils::MakeMaker version check in Makefile.PL
A string comparison against '6.30' avoids warnings on older MakeMakers
(where VERSION may contain underscores), but will produce wrong results
when ExtUtils::MakeMaker reaches version 10 or higher.
Commit: d8a71faf65d43644b29d6f4f2759b703c3536070
https://github.com/Perl/perl5/commit/d8a71faf65d43644b29d6f4f2759b703c3536070
Author: Lukas Mai <[email protected]>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M dist/IO/Makefile.PL
Log Message:
-----------
IO: switch license URL to https
<http://dev.perl.org/licenses/> redirects to the https version anyway,
so just link to that.
Commit: 563f57ab28c755d45a87875ce7461d4e8117f079
https://github.com/Perl/perl5/commit/563f57ab28c755d45a87875ce7461d4e8117f079
Author: Lukas Mai <[email protected]>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M dist/IO/Makefile.PL
Log Message:
-----------
IO: simplify min perl version assert in Makefile.PL
The BEGIN/require form is only needed for compatibility with perl 5.000
.. 5.003.¹ Starting with 5.004, 'use VERSION' works fine. (And before
5.000, 'BEGIN' was a syntax error anyway.)
---
¹ Happy 30th birthday, perl 5.003!
Compare: https://github.com/Perl/perl5/compare/b8a2228aa79d...563f57ab28c7
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications