Revision history for Perl extension App-UpdateCPANfile 1.1.1 2021-03-25T00:01:09Z - Fix typo in usage. Thanks @nanto! - Update modules in the same distribution at one time. Thanks @nanto! 1.1.0 2021-03-02T01:44:05Z - Implemented --shuffle option. Thanks @cohalz! 1.0.0 2020-08-27T16:17:29Z - BREAKING CHANGE: We changed JSON output format. New format is [{package_name, version, dist_name, path}]. This is useful when you want to create link to MetaCPAN's Changes page. For a specific example, take a look at .github/workflows/update-cpanfile.yml. 0.08 2020-08-17T07:29:01Z - Implemented --output=json option 0.07 2020-08-14T01:27:59Z - Ignore 'undef' version for updating. 0.06 2020-07-30T09:51:22Z - Changed to print result. 0.05 2020-07-28T05:15:39Z - Make core modules detection better. 0.04 2020-07-28T01:35:26Z - Changed to specify exact version. 0.03 2020-07-27T07:22:34Z - Improved the cpanfile.snapshot parser 0.02 2020-07-27T01:15:17Z - Implement limit, filter, ignore-filter options 0.01 2020-07-26T08:06:56Z - original version