Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > perl.perl5.changes > #34333
| Newsgroups | perl.perl5.changes |
|---|---|
| Date | 2026-02-02 14:12 -0800 |
| Message-ID | <Perl/perl5/push/refs/heads/blead/468d12-be40e7@github.com> (permalink) |
| Subject | [Perl/perl5] be40e7: Modernise B::Concise a little |
| From | perl5-changes@perl.org (James Raspass via perl5-changes) |
Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: be40e74f3d66ea6c130ea07ea17f4c26f32296c3
https://github.com/Perl/perl5/commit/be40e74f3d66ea6c130ea07ea17f4c26f32296c3
Author: James Raspass <jraspass@gmail.com>
Date: 2026-02-03 (Tue, 03 Feb 2026)
Changed paths:
M ext/B/B/Concise.pm
M ext/B/t/concise.t
Log Message:
-----------
Modernise B::Concise a little
- Move the version declaration into the package line.
- Use v5.40 to get strict, warnings, and the module_true feature.
- Make use of the isa and //= operators.
- Use a for loop to iterate over multiple values at a time.
- Remove indirect object notation from the test.
To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications
Back to perl.perl5.changes | Previous | Next | Find similar | Unroll thread
[Perl/perl5] be40e7: Modernise B::Concise a little perl5-changes@perl.org (James Raspass via perl5-changes) - 2026-02-02 14:12 -0800
csiph-web