The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.106   2023-11-18  Released-By: PERLANCAR; Urgency: medium

        - [bugfix] Avoid passing extraneous arguments to
          complete_array_elem() because the function checks against them.


0.105   2023-11-18  Released-By: PERLANCAR; Urgency: medium

        - Add completion rules: {file,dir,path}name_curdir.


0.104   2023-03-01  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [xcompletion filename] [doc] Fix example in Synopsis.


0.103   2022-11-25  Released-By: PERLANCAR; Urgency: medium

        - Split perl_* and riap_* xcompletion modules to separate dists, to
          minimize dependencies.

        - [ux][doc] Give Synopsis to the XCompletion modules.

        - Add xcompletion comma_sep (preliminary version).


0.102   2019-06-03  Released-By: PERLANCAR

	- Add completion: perl_podname.


0.101   2019-02-24  Released-By: PERLANCAR

	- Add submodule: perl_modname_or_prefix.


0.100   2019-02-23  Released-By: PERLANCAR

	- Add submodule: perl_modprefix.


0.09    2017-01-15  Released-By: PERLANCAR

	- Add submodule: perl_distname.


0.08    2017-01-15  Released-By: PERLANCAR

        - [Bugfix] Forgot to import hashify_answer().

        - Add submodule: perl_modname.


0.07    2017-01-15  Released-By: PERLANCAR

        - x.completion et al can also be a coderef like Rinci argument spec's
	  'completion' property.

	- Mention x.index_completion.


0.06    2016-07-22  Released-By: PERLANCAR

	- Add completion for riap_url.

	- Enable path-mode when completing file/dir.


0.05    2015-11-06  Released-By: PERLANCAR

	- No functional changes.

	- [dist] Forgot to update prereq Complete::File minimum version.


0.04    2015-11-06  Released-By: PERLANCAR

	- Add dirname.


0.03    2015-11-03  Released-By: PERLANCAR

	- No functional changes.

	- Adjust to Complete::Util 0.36 (complete_file() split to
	  Complete-File).


0.02    2015-04-02  Released-By: PERLANCAR

	- No functional changes.

	- [dist] Force minimum version of Complete::Util for convenience
	  (one that has file_regex_filter).


0.01     2015-04-02  Released-By: PERLANCAR

         - First release.