in reply to tracking module usage, and abandoning them
require with a quoted path leads particularly to madness, when you consider all the paths you'd need to check. And that doesn't account for other ways the code could get loaded via do and so on.use module; use module VERSION; use moudle LIST; require module; require "path/to/module.pm";
I've just convinced myself that I could modify Perl to do this faster than I could write an exhaustive search :)
|
|---|