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 Net::API::CPAN

v0.1.4 2023-11-24T12:23:28+0900
    - Addition of field maturity in Net::API::CPAN::Release::Recent. See <https://github.com/metacpan/metacpan-api/issues/1146>

v0.1.3 2023-10-11T20:33:35+0900
    - Corrected malformed signature for distribution release

v0.1.2 2023-09-30T16:33:02+0900
    - Improved output from cpanapi for --changes

v0.1.1 2023-09-26T16:24:10+0900
    - Improved documentation and added missing documentation in cpanapi
    - Implemented paging for cpanapi --favorite --recent
    - Corrected function favorite() in cpanapi
    - Improved method next() in Net::API::CPAN::List when no query has been set on the URI yet
    - Correcting a bug in function changes in cpanapi
    - Updated the method package() in Net::API::CPAN to account for the property 'version' in JSON sometimes having a value of 'undef'
    - Corrected build/fields2api_def.pl to change the method bugs in Net::API::CPAN::Distribution
    - Updated the function _show_file() in cpanapi
    - Updated method release() in Net::API::CPAN for the endpoint /release/all_by_author with the issue of wrong arguments order now resolved

v0.1.0 2023-09-25T15:23:37+0900
	- Initial version