Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3ab0369d98885eb81c47c3f914ee5b7dcef2205c https://github.com/Perl/perl5/commit/3ab0369d98885eb81c47c3f914ee5b7dcef2205c Author: Graham Knop <ha...@haarg.org> Date: 2025-03-31 (Mon, 31 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