On Thu, 17 Sep 2020 15:44:26 GMT, TOBYINK wrote:
Show quoted text> Behaviour:
>
> Removes any dev releases where there exists a newer stable release of
> that dist.
Implemented in App-pause 0.655 (WWW-PAUSE-Simple 0.448) though not quite exactly as you wanted. 'cleanup' subcommand now sports --include-dev which will include the dev releases into the sort. So if there is Foo-0.12_001, Foo-0.13, and Foo-0.13_001, 'pause cleanup --include-dev' will only keep Foo-0.13_001.
There are also --exclude-dev (default), --exclude-nondev for added flexibility.