Description
HTTP-dependent tests can route requests to predefined responses instead of real endpoints. This module mocks LWP::UserAgent and dispatches simulated request and response pairs for Perl code. It reduces reliance on external services and helps avoid exposing credentials during tests.