The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module cPanel::APIClient

0.10 - 1 Nov 2022
- Make tests work with OpenSSL 3.

0.09 - 19 Oct 2022
- Add UAPI response documentation.
- Add HTTP transport SYNOPSIS.
- Trivial spelling fix.
- Convert to cpanfile.

0.08 - 26 Oct 2020
- Fix tests that 0.07 broke.
- Add the ability to call cPanel UAPI from WHM.
- Add GitHub CI to the repository.
- Set curl’s POST payload size explicitly.

0.07 - 20 Oct 2020
- BUG FIX: WHM1 HTTP responses now work.
- Additional tests added for WHM.

0.06 - 7 Oct 2020
- 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