G'day Bod,
Not an answer to your question but a heads-up regarding a security vulnerability with HTTP::Tiny: CVE-2023-31486.
The module documentation discusses this. Two of the easiest fixes would be:
# Change use HTTP::Tiny; # to use HTTP::Tiny 0.083;
or
# Change my $http = HTTP::Tiny->new; # to my $http = HTTP::Tiny->new(verify_SSL => 1);
— Ken
In reply to Re: Testing with Test::Mock::Tiny::HTTP
by kcott
in thread Testing with Test::Mock::HTTP::Tiny
by Bod
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |