Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c17d196c555e52b9a5cd5acadbf214d8a25a50e9 https://github.com/Perl/perl5/commit/c17d196c555e52b9a5cd5acadbf214d8a25a50e9 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-03-16 (Sun, 16 Mar 2025)
Changed paths: M dist/Search-Dict/lib/Search/Dict.pm Log Message: ----------- Search::Dict: clean up code - Remove 'require 5.000'. In theory, this would give a nice runtime error message when run under perl4; in practice, this file doesn't even parse as perl4 due to 'use strict', 'our', and '->' method calls. - Use numeric comparison with $], not string comparison. (In practice, this would probably only start failing once we reach perl 10, but still.) - Don't repeatedly check $fc_available at runtime. Just define a fallback fc() in terms of lc() if CORE::fc is not available. - Add missing $key argument to sample code in SYNOPSIS. This fixes <https://rt.cpan.org/Ticket/Display.html?id=97189>. Commit: 6d84e5da2352f13375ba0c0c7ed80c878e1a220e https://github.com/Perl/perl5/commit/6d84e5da2352f13375ba0c0c7ed80c878e1a220e Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-03-16 (Sun, 16 Mar 2025) Changed paths: M pod/perldelta.pod Log Message: ----------- perldelta for visible Search::Dict changes Compare: https://github.com/Perl/perl5/compare/68944d4edf97...6d84e5da2352 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications