Branch: refs/heads/haarg/hires-no-exporter-heavy Home: https://github.com/Perl/perl5 Commit: 5ea8c7ecbd64643d0385be1f67c233d5e9aa84e6 https://github.com/Perl/perl5/commit/5ea8c7ecbd64643d0385be1f67c233d5e9aa84e6 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