in reply to Re: How to bypass File::Slurp when it is required by another module? (monkeypatch)
in thread How to bypass File::Slurp when it is required by another module?
The call is in line 36 of Email::MIME::CreateHTML::Resolver::Filesystem (permalink to source).
I said I was not sure about read_file in File::Slurp to use options when the file size is less than 100K (permalink to source), but it seems to happen only on default reads from pseudofiles and when no options where provided.
I'll try to "monkeypatch" one of these functions/methods...
|
|---|