Revision history for Perl module cPanel::APIClient
0.06
- BUG FIX: WHM1 CLI arguments are now passed.
- Downgrade Test::MockModule requirement.
- Avoid testing Mojo in 5.10 (to avoid a length(undef) warning).
- Add diagnostics to tests.
- Fix missing strict/warnings.
0.05 - 6 Jul 2020
- Fix cancel() tests and documentation.
- Use pure-Perl IO::Async in tests.
(Avoids epoll EBADF bug: https://rt.cpan.org/Public/Bug/Display.html?id=132537)
- Use pure-Perl AnyEvent in tests. (Just to be safe.)
- Require fixed Net::Curl::Promiser in cancel test.
- Skip tests that need a real fork() in non-fork OSes.
0.04 - 4 Jul 2020
- Fix missing Test::MockModule dependency.
0.03 - 3 Jul 2020
- Add repository information to Makefile.PL.
0.02 - 3 Jul 2020
- Trivial documentation update
0.01 - 3 Jul 2020
- Initial release