Description
Controlled require interception helps Perl tooling observe module loading safely. Developers use it for loaders, test harnesses, or instrumentation that must observe module loading without unsafe global overrides. It is a library for specialized tooling and can affect which code gets loaded inside the importing process.