Changes for version 0.002 - 2015-02-01
- No new features.
- Dependency fixes:
- ::MojoUA inherits from WebService::Async::UserAgent
- URI/HTTP::Request added as deps
- Test fixes:
- Tests now only run when modules are available
- Default Dist::Zilla compilation test is disabled (we want the implementations to fail on load if the dependencies aren't available, without including all implementations in deps)
Modules
common API for making HTTP requests to webservices
make requests using LWP::UserAgent
make requests using Mojo::UserAgent
make requests using Net::Async::HTTP