[Perl/perl5] 3f5095: fix require tests: all versions up to 43.10 are valid
[email protected] ("Philippe Bruhat (BooK)" via perl5-changes)
| Newsgroups | perl.perl5.changes |
|---|---|
| Message-ID | <Perl/perl5/push/refs/heads/psc/ppc0025/[email protected]> |
Branch: refs/heads/psc/ppc0025
Home: https://github.com/Perl/perl5
Commit: 3f5095f8c93c347a44a1fc33283a9884efb7de6d
https://github.com/Perl/perl5/commit/3f5095f8c93c347a44a1fc33283a9884efb7de6d
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M t/comp/require.t
Log Message:
-----------
fix require tests: all versions up to 43.10 are valid
Commit: 9609a9d75b69cfe936ed3a780ac8b88fe7fb521d
https://github.com/Perl/perl5/commit/9609a9d75b69cfe936ed3a780ac8b88fe7fb521d
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M pp_ctl.c
M t/comp/use.t
Log Message:
-----------
fix use tests: all versions up to 43.10 are valid
use-ing these versions will load the :5.43 bundle, since that's
the highest one before them.
This also means that we don't need to give hints about why
'use 5.6' or 'use 5.10' fail, because they won't anymore.
Commit: 82d07ed06d1fb6112566254f4cd0464c6bfc7181
https://github.com/Perl/perl5/commit/82d07ed06d1fb6112566254f4cd0464c6bfc7181
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M ext/XS-APItest/t/xsub_h.t
Log Message:
-----------
fix XS-APItest test about Perl API version
Commit: d616f5ad58fbddc2bf905c2ab105e9ba45a97baf
https://github.com/Perl/perl5/commit/d616f5ad58fbddc2bf905c2ab105e9ba45a97baf
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M lib/B/Deparse-core.t
M lib/B/Deparse.t
Log Message:
-----------
fix B::Deparse tests
Commit: 855ef6b3bab88e97e166c8be76879aeac92c1e95
https://github.com/Perl/perl5/commit/855ef6b3bab88e97e166c8be76879aeac92c1e95
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M op.c
M t/lib/feature/implicit
M t/lib/warnings/op
M t/lib/warnings/pp_ctl
Log Message:
-----------
update fatal deprecation messages with the new version scheme
Commit: bb32ea91eda9e93f75fafccf6424eae39e6021de
https://github.com/Perl/perl5/commit/bb32ea91eda9e93f75fafccf6424eae39e6021de
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M regen/regen_lib.pl
Log Message:
-----------
fix perl_version in regen/regen_lib.pl
Commit: ca938f54bf50b5314ce172d5d8f07f52731c08b0
https://github.com/Perl/perl5/commit/ca938f54bf50b5314ce172d5d8f07f52731c08b0
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M dist/Module-CoreList/lib/Module/CoreList.pm
M dist/Module-CoreList/lib/Module/CoreList/Utils.pm
Log Message:
-----------
fix Module-CoreList to support versions larger than 5
Important fixes include:
* sorting numerical versions using <=>
* properly computing the family for versions larger than 5
Compare: https://github.com/Perl/perl5/compare/cd6f5d5e36d4...ca938f54bf50
To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications