You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments