Branch: refs/heads/haarg/hires-no-exporter-heavy Home: https://github.com/Perl/perl5 Commit: cfe21632708d27bb5ace62d5363bf6ec35f8adc3 https://github.com/Perl/perl5/commit/cfe21632708d27bb5ace62d5363bf6ec35f8adc3 Author: Graham Knop <ha...@haarg.org> Date: 2025-03-29 (Sat, 29 Mar 2025)
Changed paths: M dist/Time-HiRes/HiRes.pm Log Message: ----------- Time::HiRes: avoid importing via export_to_level The export_to_level function forces Exporter to always load Exporter::Heavy. This can be avoided by only using Exporter::import. Time::HiRes's import is only trying to prevent exports of unimplemented functions and doesn't need to make any modifications to its arguments. This means doing a goto &Exporter::import will do everything needed. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications