Subject: | Emptying @INC should be done in import, not on load |
Loading a module but explicitly bypassing import (via `-mlib::none`, `use lib::none ();`, or `require lib::none;`) should not have side effects. Instead, emptying @INC should be done in the import method.