in reply to Re^7: Testing with Test::Mock::HTTP::Tiny
in thread Testing with Test::Mock::HTTP::Tiny
Long shot but I have no idea how this kind of inter-package interaction works
Looking at the source code of HTTP::Tiny the get($url) method calls request('GET', $url) which, in turn calls _request('GET', $url).
|
|---|