The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.008   2019-04-05 (PERLANCAR)

	- [bugfix] list_downloaded_versions(): Check VERSION/ARCH/ directory
	  instead of just VERSION/ directory.

	- [bugfix] download(): Use arch from get_download_url() instead of
          arch specified by user.


0.007   2019-01-13 (PERLANCAR)

	- [bugfix] Forgot to init in some functions.

	- Tweak wording of log statements for clarity.


0.006   2018-11-21 (PERLANCAR)

	- [bugfix] update-all: --download option was not provided and
	  defaulted to off.

	- Unwrap unless explicitly told not to (unwrap: 0) by the software
	  specification.


0.005   2018-10-18 (PERLANCAR)

	- Add subcommand: compare-versions.

	- download & update: accept multiple software names/patterns.

	- [Bugfix] Fix argument passing.


0.004   2018-10-05 (PERLANCAR)

	- Add subcommand: download-all.

	- update: Add option --no-download (-D).

	- download: Check against downloaded version first.


0.003   2018-10-04 (PERLANCAR)

	- [Incompatible change] Rename subcommand cleanup ->
          cleanup-install-dir.

        - Add subcommands: list-downloaded-versions, cleanup-download-dir.

        - Implement subcommand list-downloaded.


0.002   2018-10-04 (PERLANCAR)

	- Add subcommands: cleanup, list-installed-versions.

	- list-installed: show active & inactive versions.


0.001   2018-09-13 (PERLANCAR)

        - First implementation of list-installed, download, update, update-all.


0.000   2018-09-13 (PERLANCAR)

        - First early release, most things are not implemented yet.